mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-24 00:28:30 +00:00
update terraform version to 0.14.4
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
07af9115e0
commit
eef959e83a
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,12 +1,8 @@
|
||||
.terraform/
|
||||
.terraform.lock.hcl
|
||||
*.tfstate
|
||||
*.tfstate.d/
|
||||
*.tfstate.backup
|
||||
*.tfvars
|
||||
*.retry
|
||||
|
||||
*.zip
|
||||
|
||||
ansible/files/*
|
||||
|
||||
google-cloud.json
|
||||
|
@ -1,5 +1,5 @@
|
||||
terraform {
|
||||
required_version = "~> 0.13.3"
|
||||
required_version = "~> 0.14.4"
|
||||
required_providers {
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
|
Loading…
x
Reference in New Issue
Block a user