upgrade Terraform to 0.14.4

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-17 11:40:17 +01:00
parent a40c0ab49c
commit 86ce49aae4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.d/
*.tfstate.backup

View File

@ -1,5 +1,4 @@
provider "aws" {
version = "~> 2.0"
region = "eu-central-1"
access_key = data.pass_password.aws_access_key.password
secret_key = data.pass_password.aws_secret_key.password

View File

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