Skip to content

Commit

Permalink
vars
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 13, 2026
1 parent 5e539fc commit d50ebbb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/data.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data "aws_caller_identity" "current" {}

data "aws_partition" "current" {}
data "aws_arn" "current" {
arn = data.aws_caller_identity.current.arn
}
Expand Down
6 changes: 0 additions & 6 deletions common/variables.common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ variable "override_prefixes" {
type = map(string)
default = {}
}

variable "tags" {
description = "AWS Tags to apply to appropriate resources"
type = map(string)
default = {}
}
1 change: 1 addition & 0 deletions ec2/variables.common.availability_zones.tf
1 change: 1 addition & 0 deletions ec2/variables.common.tf

0 comments on commit d50ebbb

Please sign in to comment.