We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef6070b + 0a69285 commit c3e1667Copy full SHA for c3e1667
variables.tf
@@ -1,7 +1,18 @@
1
+
2
variable "additional_aws_tags" {
3
description = "Additional tags to be applied to AWS resources"
4
type = map(string)
5
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
16
}
17
18
variable "aws_region" {
0 commit comments