Skip to content

Commit c589b7c

Browse files
authored
remove terraform backend (#8)
1 parent fa7d725 commit c589b7c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

example/asg-dns-agent/main.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
terraform {
2-
backend "s3" {
3-
bucket = "terraform-state-meltwater-foundation-demo1"
4-
key = "eu-west-1/asg-handler-testing/default.tfstate"
5-
region = "eu-west-1"
6-
}
7-
}
8-
91
module "autoscale_dns" {
102
source = "../../"
113
autoscale_handler_unique_identifier = "asg-handler"

0 commit comments

Comments
 (0)