Update poseidon/ct provider and Butane Config version

* Update Fedora CoreOS Butane configs from v1.4.0 to v1.5.0
* Require Fedora CoreOS Butane snippets update to v1.1.0
* Require poseidon/ct Terraform provider v0.13 or newer
* Use Ignition v3.4.0 spec for all node provisioning
This commit is contained in:
Dalton Hubble
2023-04-17 09:34:33 -07:00
parent 5feb4c63f7
commit fc444d25f8
30 changed files with 43 additions and 36 deletions

View File

@ -55,7 +55,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.31.0"
version = "4.61.0"
}
}
}

View File

@ -52,7 +52,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.23.0"
version = "3.50.0"
}
}
}

View File

@ -55,7 +55,7 @@ terraform {
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.22.3"
version = "2.27.1"
}
}
}

View File

@ -56,7 +56,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.37.0"
version = "4.59.0"
}
}
}