Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ovh/bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Create a S3 compatible object storage bucket and policy for a user with write ac
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.12.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.12.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion ovh/bucket/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
time = {
source = "hashicorp/time"
version = "~> 0.9.1"
version = "~> 0.13.1"
}
ovh = {
source = "ovh/ovh"
Expand Down
8 changes: 4 additions & 4 deletions ovh/compute-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Create a OVH public cloud instance instance (through openstack api).
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 1.49.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 3.4.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_openstack"></a> [openstack](#provider\_openstack) | ~> 1.49.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_openstack"></a> [openstack](#provider\_openstack) | ~> 3.4.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
4 changes: 2 additions & 2 deletions ovh/compute-instance/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.49.0"
version = "~> 3.4.0"
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.1"
}
}
required_version = "~> 1.3"
Expand Down
8 changes: 4 additions & 4 deletions ovh/dbaas/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Create a OVH managed database instance (mysql engine only).
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 0.26.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.12.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 0.26.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.12.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
4 changes: 2 additions & 2 deletions ovh/dbaas/mysql/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "~> 0.26.0"
version = "~> 2.12.0"
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.1"
}
}
required_version = "~> 1.3"
Expand Down
8 changes: 4 additions & 4 deletions ovh/dbaas/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Create a OVH managed database instance (postgresql engine only).
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 0.26.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.12.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 0.26.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.12.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
4 changes: 2 additions & 2 deletions ovh/dbaas/postgresql/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "~> 0.26.0"
version = "~> 2.12.0"
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.1"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions ovh/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Terraform module to create an OVH PCI gateway
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion ovh/gateway/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
time = {
source = "hashicorp/time"
version = "~> 0.9.1"
version = "~> 0.13.1"
}
}
}
10 changes: 5 additions & 5 deletions ovh/kube-managed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Create an OVH managed Kubernetes cluster
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 1.49.0 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 0.24.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 3.4.0 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.12.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 0.24.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.12.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
6 changes: 3 additions & 3 deletions ovh/kube-managed/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
time = {
source = "hashicorp/time"
version = "~> 0.9.1"
version = "~> 0.13.1"
}
ovh = {
source = "ovh/ovh"
version = "~> 0.24.0"
version = "~> 2.12.0"
}
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.49.0"
version = "~> 3.4.0"
}
}
}
8 changes: 4 additions & 4 deletions ovh/kube-nodepool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Create an OVH managed Kubernetes nodepool
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 0.24.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.12.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 0.24.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.12.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
4 changes: 2 additions & 2 deletions ovh/kube-nodepool/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "~> 0.24.0"
version = "~> 2.12.0"
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.1"
}
}
}
10 changes: 5 additions & 5 deletions ovh/pci-private-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ Also remember that a project can't be detached from vrack without calling OVH su
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 1.49.0 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 0.24.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 3.4.0 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.12.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 0.24.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.12.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
6 changes: 3 additions & 3 deletions ovh/pci-private-network/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "~> 0.24.0"
version = "~> 2.12.0"
}
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.49.0"
version = "~> 3.4.0"
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.1"
}
}
}
4 changes: 2 additions & 2 deletions ovh/pci-private-subnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Create a subnet in OVH PCI (openstack)
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion ovh/pci-private-subnet/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
time = {
source = "hashicorp/time"
version = "~> 0.9.1"
version = "~> 0.13.1"
}
ovh = {
source = "ovh/ovh"
Expand Down
10 changes: 5 additions & 5 deletions ovh/s3-credential/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Create OVH s3 credentials to access to OVH s3 like buckets
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 1.49.0 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 0.24.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 3.4.0 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.12.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 0.24.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.12.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
6 changes: 3 additions & 3 deletions ovh/s3-credential/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ terraform {
required_providers {
time = {
source = "hashicorp/time"
version = "~> 0.9.1"
version = "~> 0.13.1"
}
ovh = {
source = "ovh/ovh"
version = "~> 0.24.0"
version = "~> 2.12.0"
}
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.49.0"
version = "~> 3.4.0"
}
}
}
10 changes: 5 additions & 5 deletions ovh/s3-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Create OVH s3 policy to access to OVH s3 like buckets
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 1.49.0 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 0.24.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 3.4.0 |
| <a name="requirement_ovh"></a> [ovh](#requirement\_ovh) | ~> 2.12.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 0.24.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_ovh"></a> [ovh](#provider\_ovh) | ~> 2.12.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
6 changes: 3 additions & 3 deletions ovh/s3-policy/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ terraform {
required_providers {
time = {
source = "hashicorp/time"
version = "~> 0.9.1"
version = "~> 0.13.1"
}
ovh = {
source = "ovh/ovh"
version = "~> 0.24.0"
version = "~> 2.12.0"
}
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.49.0"
version = "~> 3.4.0"
}
}
}
8 changes: 4 additions & 4 deletions ovh/security-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Create a OVH public cloud security-group (through openstack api).
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 1.49.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_openstack"></a> [openstack](#requirement\_openstack) | ~> 3.4.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_openstack"></a> [openstack](#provider\_openstack) | ~> 1.49.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_openstack"></a> [openstack](#provider\_openstack) | ~> 3.4.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.1 |

## Modules

Expand Down
Loading
Loading