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