Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
//Provider name
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
variable "name" {
|
||||
type = string
|
||||
description = "name"
|
||||
}
|
||||
|
||||
variable "description" {
|
||||
type = string
|
||||
description = "description"
|
||||
}
|
||||
Reference in New Issue
Block a user