Files
assignment01/modules/nat-gateway/variables.tf
2025-11-18 03:20:27 +00:00

10 lines
145 B
HCL

variable "subnet_id" {
description = "subnet id"
type = string
}
variable "tag_name" {
description = "value"
type = string
}