Skip to content

Commit df2f828

Browse files
authored
Merge branch 'main' into feature/release01
2 parents 053ba95 + 203e8c5 commit df2f828

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

variables.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
12
variable "additional_aws_tags" {
23
description = "Additional tags to be applied to AWS resources"
34
type = map(string)
45
default = {}
6+
=======
7+
variable "additional_tags" {
8+
description = "Additional tags to be applied to AWS resources"
9+
type = map(string)
10+
default = {
11+
Owner = "organization_name"
12+
Expires = "Never"
13+
Department = "Engineering"
14+
}
15+
516
}
617

718
variable "aws_region" {

0 commit comments

Comments
 (0)