terraform-demo/modules/igw/valiables.tf

4 lines
70 B
HCL

variable "vpc_id" {
description = "set vpc id"
type = string
}