solution/networking/multi-account-multi-vpc/variables.tf (15 lines of code) (raw):

variable "member_account_vpc" { description = "" } variable "share_service_account_cen" { description = "" } variable "region" { description = "" } variable "access_key" { description = "" } variable "secret_key" { description = "" }