Skip to content

Instantly share code, notes, and snippets.

View regiswilson's full-sized avatar

Regis Wilson regiswilson

  • TrueCar.com
  • Santa Monica, CA USA
View GitHub Profile
@regiswilson
regiswilson / hub_data.hcl
Last active May 16, 2019 19:03
Transit Gateway Blog Post
variable "shared_accounts" {
type = "list"
description = "List of accounts to share gateways"
default = [
"000000000000", # some account
]
}
variable "enable_common_routes" {
description = "Whether the common routes should be applied (usally true after the first run)."