variable "aws_access_key" {} variable "aws_secret_key" {} variable "vpc-cidr" {} variable aws-region {} variable owner {} variable project {} variable environment {} variable application {} variable terraformmode {} locals { default-tags = { terraform = var.terraformmode environment = var.environment project = var.project application = var.application } } variable tgw-target-account {}