Update poseidon/ct provider from v0.8.0 to v0.9.0

* Continue targeting Ignition v3.2.0 for some time
This commit is contained in:
Dalton Hubble
2021-07-18 09:05:02 -07:00
parent 171fd2c998
commit fdade5b40c
28 changed files with 35 additions and 34 deletions

View File

@ -140,8 +140,8 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
- version = "0.7.1"
+ version = "0.8.0"
- version = "0.8.0"
+ version = "0.9.0"
}
...
}