Relax terraform-provider-ct version constraint

* Allow terraform-provider-ct versions v0.6+ (e.g. v0.7.1)
Before, only v0.6.x point updates were allowed
* Update terraform-provider-ct to v0.7.1 in docs
* READ the docs before updating terraform-provider-ct,
as changing worker user-data is handled differently
by different cloud platforms
This commit is contained in:
Dalton Hubble
2020-11-25 14:48:08 -08:00
parent 22565e57e0
commit fa3184fb9c
28 changed files with 41 additions and 52 deletions

View File

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