init
This commit is contained in:
8
modules/route-table/variables.tf
Normal file
8
modules/route-table/variables.tf
Normal file
@ -0,0 +1,8 @@
|
||||
variable "tag_name" {
|
||||
description = "value"
|
||||
type = string
|
||||
}
|
||||
variable "vpc_id" {
|
||||
description = "set vpc id"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user