NEW: sharing transit gateway via RAM
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
variable "aws_access_key" {}
|
||||
variable "aws_secret_key" {}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user