lock terraform version at ~> 0.13.3
https://www.terraform.io/docs/configuration/version-constraints.html#gt--1 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6407a7beb3
commit
3a17203bd2
|
@ -1,6 +1,5 @@
|
|||
|
||||
terraform {
|
||||
required_version = ">= 0.13"
|
||||
required_version = "~> 0.13.3"
|
||||
required_providers {
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
|
|
Loading…
Reference in New Issue