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

@ -51,7 +51,7 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.6.1"
version = "0.7.1"
}
aws = {
source = "hashicorp/aws"

View File

@ -48,7 +48,7 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.6.1"
version = "0.7.1"
}
azurerm = {
source = "hashicorp/azurerm"

View File

@ -138,7 +138,7 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.6.1"
version = "0.7.1"
}
matchbox = {
source = "poseidon/matchbox"

View File

@ -51,7 +51,7 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.6.1"
version = "0.7.1"
}
digitalocean = {
source = "digitalocean/digitalocean"

View File

@ -52,7 +52,7 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.6.1"
version = "0.7.1"
}
google = {
source = "hashicorp/google"