Skip to content

Commit

Permalink
Upgrade to terraform 0.13 (#3)
Browse files Browse the repository at this point in the history
* Upgrade to terraform 0.13
* Specify version 0.13.1
  • Loading branch information
dheles authored Aug 31, 2020
1 parent 264efc3 commit 9d6e87e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cloudwatch-db/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 0.13.1"
}
8 changes: 8 additions & 0 deletions cloudwatch-ebs/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 0.13.1"
}
8 changes: 8 additions & 0 deletions cloudwatch-ec2/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 0.13.1"
}
8 changes: 8 additions & 0 deletions cloudwatch-es/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 0.13.1"
}

0 comments on commit 9d6e87e

Please sign in to comment.