mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-16 14:11:33 +02:00
Update recommended Terraform provider versions
This commit is contained in:
@ -51,11 +51,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "4.22.0"
|
||||
version = "4.26.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -48,11 +48,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "3.14.0"
|
||||
version = "3.18.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -138,11 +138,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
matchbox = {
|
||||
source = "poseidon/matchbox"
|
||||
version = "0.5.0"
|
||||
version = "0.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -51,11 +51,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
digitalocean = {
|
||||
source = "digitalocean/digitalocean"
|
||||
version = "2.21.0"
|
||||
version = "2.22.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -52,11 +52,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = "4.29.0"
|
||||
version = "4.32.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -51,11 +51,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "4.22.0"
|
||||
version = "4.26.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -48,11 +48,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "3.14.0"
|
||||
version = "3.18.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -138,11 +138,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
matchbox = {
|
||||
source = "poseidon/matchbox"
|
||||
version = "0.5.0"
|
||||
version = "0.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -51,11 +51,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
digitalocean = {
|
||||
source = "digitalocean/digitalocean"
|
||||
version = "2.21.0"
|
||||
version = "2.22.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -52,11 +52,11 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
}
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = "4.29.0"
|
||||
version = "4.32.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -147,7 +147,7 @@ Typhoon supports multi-controller clusters, so it is possible to upgrade a clust
|
||||
|
||||
## Node Configuration Updates
|
||||
|
||||
Typhoon worker instance groups (default workers and [worker pools](../advanced/worker-pools.md)) on AWS and Google Cloud gradually rolling replace worker instances when their configuration is altered.
|
||||
Typhoon worker instance groups (default workers and [worker pools](../advanced/worker-pools.md)) on AWS and Google Cloud gradually rolling replace worker instances when configuration changes are applied.
|
||||
|
||||
### AWS
|
||||
|
||||
|
Reference in New Issue
Block a user