Skip to content

Commit

Permalink
Merge pull request #3 from slmingol/remove_current_aws_region
Browse files Browse the repository at this point in the history
Removes current = “true” from aws_region
  • Loading branch information
slmingol committed Jan 22, 2020
2 parents 03c84e5 + 8247e2d commit dfd20e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
data "aws_region" "default" {
current = "true"
}
data "aws_region" "default" {}

module "log_group_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"
Expand Down

0 comments on commit dfd20e8

Please sign in to comment.