Skip to content

Commit

Permalink
DBP-817-upgrade terraform provider version cause the old version retu…
Browse files Browse the repository at this point in the history
…rn this Error :CREATING is not a valid State
  • Loading branch information
sahassou committed Jun 20, 2024
1 parent 8e08d1c commit ff75200
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/ionos-application-loadbalancer/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
}
}
2 changes: 1 addition & 1 deletion modules/ionos-backend-haproxy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
opentelekomcloud = {
source = "opentelekomcloud/opentelekomcloud"
Expand Down
2 changes: 1 addition & 1 deletion modules/ionos-basic-vm-mariadb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
opentelekomcloud = {
source = "opentelekomcloud/opentelekomcloud"
Expand Down
2 changes: 1 addition & 1 deletion modules/ionos-cidr-workaround/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
}
required_version = ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion modules/ionos-datacenter/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
}
required_version = ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion modules/ionos-k8s-cluster/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
}
required_version = ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion modules/ionos-k8s-natgateway/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
}
}
2 changes: 1 addition & 1 deletion modules/ionos-loadbalancer-ip/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
}
}
2 changes: 1 addition & 1 deletion modules/ionos-network-loadbalancer/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
}
}
2 changes: 1 addition & 1 deletion modules/ionos-pg-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
ionoscloud = {
source = "ionos-cloud/ionoscloud"
version = "6.4.14"
version = "6.4.18"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit ff75200

Please sign in to comment.