Fix the openstack provider version.

This commit is contained in:
Andrea Dell'Amico 2024-12-02 15:50:51 +01:00
parent c26eaf56ca
commit cfd74a187c
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
14 changed files with 19 additions and 50 deletions

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
# version = "~> 1.53.0"
# version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
# version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.6.6",
"serial": 24,
"terraform_version": "1.9.8",
"serial": 25,
"lineage": "b2aa8a80-ab4a-7b4d-da5a-b76f7d41a2ed",
"outputs": {
"almalinux_9": {
@ -265,12 +265,6 @@
"start": "10.13.1.1"
}
],
"allocation_pools": [
{
"end": "10.13.7.254",
"start": "10.13.1.1"
}
],
"cidr": "10.13.0.0/21",
"description": "HPC main private subnet",
"dns_nameservers": [
@ -278,9 +272,9 @@
"146.48.29.98",
"146.48.29.99"
],
"dns_publish_fixed_ip": false,
"enable_dhcp": true,
"gateway_ip": "10.13.0.1",
"host_routes": [],
"id": "84e50cdf-3f92-4e2c-b366-4e30cfcb913e",
"ip_version": 4,
"ipv6_address_mode": "",
@ -314,34 +308,15 @@
}
]
],
"allocation_pools": [
"list",
[
"object",
{
"end": "string",
"start": "string"
}
]
],
"cidr": "string",
"description": "string",
"dns_nameservers": [
"list",
"string"
],
"dns_publish_fixed_ip": "bool",
"enable_dhcp": "bool",
"gateway_ip": "string",
"host_routes": [
"list",
[
"object",
{
"destination_cidr": "string",
"next_hop": "string"
}
]
],
"id": "string",
"ip_version": "number",
"ipv6_address_mode": "string",
@ -569,7 +544,6 @@
"subnet_id": "57f87509-4016-46fb-b8c3-25fca7f72ccb"
}
],
"external_gateway": "1d2ff137-6ff7-4017-be2b-0d6c4af2353b",
"external_network_id": "1d2ff137-6ff7-4017-be2b-0d6c4af2353b",
"external_subnet_ids": null,
"id": "b162216d-9915-42a1-aa08-0b4b731f6c14",
@ -799,6 +773,7 @@
"id": "2f4c13cd-d431-4d52-b8a9-8eea0d7c5c86",
"name": "default_for_all",
"region": "isti_area_pi_1",
"stateful": false,
"tags": [],
"tenant_id": "adaf7e28a31e465795359fcde26398b7",
"timeouts": null
@ -825,12 +800,6 @@
"start": "10.13.1.1"
}
],
"allocation_pools": [
{
"end": "10.13.7.254",
"start": "10.13.1.1"
}
],
"cidr": "10.13.0.0/21",
"description": "HPC main private subnet",
"dns_nameservers": [
@ -838,9 +807,9 @@
"146.48.29.98",
"146.48.29.99"
],
"dns_publish_fixed_ip": false,
"enable_dhcp": true,
"gateway_ip": "10.13.0.1",
"host_routes": [],
"id": "84e50cdf-3f92-4e2c-b366-4e30cfcb913e",
"ip_version": 4,
"ipv6_address_mode": "",

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
# version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ required_version = ">= 0.14.0"
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = ">= 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ required_version = ">= 0.14.0"
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
# version = "~> 1.53.0"
version = ">= 2.0.0"
}
}
}