Initial commit

This commit is contained in:
tf-modules
2024-09-14 12:28:57 +00:00
commit b89b538c6e
7 changed files with 23 additions and 0 deletions

9
variable.tf Normal file
View File

@@ -0,0 +1,9 @@
variable "name" {
type = string
description = "name"
}
variable "description" {
type = string
description = "description"
}