Initial commit
This commit is contained in:
9
variable.tf
Normal file
9
variable.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
variable "name" {
|
||||
type = string
|
||||
description = "name"
|
||||
}
|
||||
|
||||
variable "description" {
|
||||
type = string
|
||||
description = "description"
|
||||
}
|
||||
Reference in New Issue
Block a user