Skip to content

Commit

Permalink
Merging latest changes
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/feature/release01' into feature/release01
  • Loading branch information
rachit89 committed Apr 19, 2024
2 parents ef6070b + 0a69285 commit c3e1667
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@

variable "additional_aws_tags" {
description = "Additional tags to be applied to AWS resources"
type = map(string)
default = {}
=======
variable "additional_tags" {
description = "Additional tags to be applied to AWS resources"
type = map(string)
default = {
Owner = "organization_name"
Expires = "Never"
Department = "Engineering"
}

}

variable "aws_region" {
Expand Down

0 comments on commit c3e1667

Please sign in to comment.