Skip to content

Commit

Permalink
allow .tfvars, add it
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 3, 2022
1 parent f9683f9 commit dbd92d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*.tfstate.*

# .tfvars files
*.tfvars
# *.tfvars

.terraform/*
logs
Expand Down
5 changes: 5 additions & 0 deletions examples/fargate-cluster-tf-upgrade/variables.ecs.auto.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cluster_name = "dice-{ENV}-fargate"
ecs_vpc_filter = "vpc{NUMBER}-*"
ecs_container_subnet_filter = "*-container-*"
app_name = "dice"
app_environment = "{ENV}"

0 comments on commit dbd92d0

Please sign in to comment.