versions.tf: upgrade terraform to 1.4.0

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-07 11:01:48 +02:00
parent dc38ea3f43
commit 36a64199aa
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.3.0"
required_version = "> 1.4.0"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"