mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-16 15:21:33 +02:00
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:
@ -4,7 +4,7 @@ terraform {
|
||||
required_version = "~> 0.12.0"
|
||||
required_providers {
|
||||
matchbox = "~> 0.3.0"
|
||||
ct = "~> 0.3.2"
|
||||
ct = "~> 0.3"
|
||||
template = "~> 2.1"
|
||||
null = "~> 2.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user