Skip to content

Commit

Permalink
Forgot locals.tf for common values and variable operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlucci committed Nov 22, 2023
1 parent 45094ef commit cac463d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/locals.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
locals {
default_tags = {
Application = "aws-swan-demo"
Environment = var.environment
}
namespace = "aws-swan-demo-${var.environment}"
}

0 comments on commit cac463d

Please sign in to comment.