Update Fedora CoreOS Config version from v1.1.0 to v1.2.0

* Require [poseidon/ct](https://github.com/poseidon/terraform-provider-ct)
Terraform provider v0.8+
* Require any [snippets](https://typhoon.psdn.io/advanced/customization/#hosts)
customizations to update to v1.2.0

See upgrade [notes](https://typhoon.psdn.io/topics/maintenance/#upgrade-terraform-provider-ct)
This commit is contained in:
Dalton Hubble
2021-04-11 15:26:54 -07:00
parent 34e8db7aae
commit ebd9570ede
38 changed files with 47 additions and 44 deletions

View File

@ -9,7 +9,7 @@ terraform {
ct = {
source = "poseidon/ct"
version = "~> 0.6"
version = "~> 0.8"
}
}
}

View File

@ -8,7 +8,7 @@ terraform {
ct = {
source = "poseidon/ct"
version = "~> 0.6"
version = "~> 0.8"
}
}
}