mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
6 lines
No EOL
209 B
HCL
6 lines
No EOL
209 B
HCL
// note: this variable will be fed with coreos_vpc VPC ID which can be found at terraform/aws/new-vpc/main.tf
|
|
variable "demo_vpc_id" {
|
|
type = "string"
|
|
default = ""
|
|
description = "AWS coreos_vpc VPC ID"
|
|
} |