Skip to content

Commit c3e1667

Browse files
committed
Merging latest changes
Merge remote-tracking branch 'origin/feature/release01' into feature/release01
2 parents ef6070b + 0a69285 commit c3e1667

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)