File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ generate "tfvars" {
48
48
app_name="${ local . stack_prefix } -node-api-${ local . app_env } "
49
49
db_cluster_name = "${ local . stack_prefix } -aurora-${ local . rds_app_env } "
50
50
repo_name = "${ get_env (" repo_name" )} "
51
+ common_tags = {
52
+ "Environment" = "${ local . target_env } "
53
+ "AppEnv" = "${ local . app_env } "
54
+ "AppName" = "${ local . stack_prefix } -node-api-${ local . app_env } "
55
+ "RepoName" = "${ get_env (" repo_name" )} "
56
+ "ManagedBy" = "Terraform"
57
+ }
51
58
EOF
52
59
}
53
60
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ generate "tfvars" {
44
44
db_cluster_name = "${ local . stack_prefix } -aurora-${ local . rds_app_env } "
45
45
app_env = "${ local . app_env } "
46
46
repo_name = "${ get_env (" repo_name" )} "
47
+ common_tags = {
48
+ "Environment" = "${ local . target_env } "
49
+ "AppEnv" = "${ local . app_env } "
50
+ "AppName" = "${ local . stack_prefix } -aurora-${ local . rds_app_env } "
51
+ "RepoName" = "${ get_env (" repo_name" )} "
52
+ "ManagedBy" = "Terraform"
53
+ }
47
54
EOF
48
55
}
49
56
Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ generate "tfvars" {
43
43
app_env="${ local . app_env } "
44
44
app_name="${ local . stack_prefix } -frontend-${ local . app_env } "
45
45
repo_name="${ get_env (" repo_name" )} "
46
+ common_tags = {
47
+ "Environment" = "${ local . target_env } "
48
+ "AppEnv" = "${ local . app_env } "
49
+ "AppName" = "${ local . stack_prefix } -frontend-${ local . app_env } "
50
+ "RepoName" = "${ get_env (" repo_name" )} "
51
+ "ManagedBy" = "Terraform"
52
+ }
46
53
EOF
47
54
}
48
55
You can’t perform that action at this time.
0 commit comments