Relax terraform-provider-ct version constraint

* Allow updating terraform-provider-ct to any release
beyond v0.3.2, but below v1.0. This relaxes the prior
constraint that allowed only v0.3.y provider versions
This commit is contained in:
Dalton Hubble
2019-07-16 22:04:00 -07:00
parent 70f5cfd33e
commit dfa6bcfecf
6 changed files with 7 additions and 5 deletions

View File

@ -4,7 +4,7 @@ terraform {
required_version = "~> 0.12.0"
required_providers {
digitalocean = "~> 1.3"
ct = "~> 0.3.2"
ct = "~> 0.3"
template = "~> 2.1"
null = "~> 2.1"
}