update terraform version to 0.14.4

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-19 17:07:55 +01:00
parent 07af9115e0
commit eef959e83a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 6 deletions

6
.gitignore vendored
View File

@ -1,12 +1,8 @@
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.d/
*.tfstate.backup
*.tfvars
*.retry
*.zip
ansible/files/*
google-cloud.json

View File

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