# --------------------------------------------------------------------------------------------------------------------- # VARIABLES # --------------------------------------------------------------------------------------------------------------------- variable "aws_region_1" { description = "The AWS region to create things in." } variable "aws_region_2" { description = "The AWS region to create things in." } variable "aws_profile" { description = "AWS profile" } variable "stack" { description = "Name of the stack." } variable "source_code_bucket_name" { description = "Source code bucket ARN" } variable "source_code_bucket_arn" { description = "Source code bucket ARN" }