From d50ebbbdb383ac3c7d379daeae0499f4621841d8 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 13 Feb 2026 15:16:06 -0500 Subject: [PATCH] vars --- common/data.tf | 2 +- common/variables.common.tf | 6 ------ ec2/variables.common.availability_zones.tf | 1 + ec2/variables.common.tf | 1 + 4 files changed, 3 insertions(+), 7 deletions(-) create mode 120000 ec2/variables.common.availability_zones.tf create mode 120000 ec2/variables.common.tf diff --git a/common/data.tf b/common/data.tf index ffa2c16..1cc0dec 100644 --- a/common/data.tf +++ b/common/data.tf @@ -1,5 +1,5 @@ data "aws_caller_identity" "current" {} - +data "aws_partition" "current" {} data "aws_arn" "current" { arn = data.aws_caller_identity.current.arn } diff --git a/common/variables.common.tf b/common/variables.common.tf index c77ef47..e2363b9 100644 --- a/common/variables.common.tf +++ b/common/variables.common.tf @@ -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 = {} -} diff --git a/ec2/variables.common.availability_zones.tf b/ec2/variables.common.availability_zones.tf new file mode 120000 index 0000000..dca20a3 --- /dev/null +++ b/ec2/variables.common.availability_zones.tf @@ -0,0 +1 @@ +../common/variables.common.availability_zones.tf \ No newline at end of file diff --git a/ec2/variables.common.tf b/ec2/variables.common.tf new file mode 120000 index 0000000..7439ed8 --- /dev/null +++ b/ec2/variables.common.tf @@ -0,0 +1 @@ +../common/variables.common.tf \ No newline at end of file