init
This commit is contained in:
10
modules/nat-gateway/variables.tf
Normal file
10
modules/nat-gateway/variables.tf
Normal file
@ -0,0 +1,10 @@
|
||||
variable "subnet_id" {
|
||||
description = "subnet id"
|
||||
type = string
|
||||
|
||||
}
|
||||
|
||||
variable "tag_name" {
|
||||
description = "value"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user