First working version
This commit is contained in:
4
variable.host_name.tf
Normal file
4
variable.host_name.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
variable "host_name" {
|
||||
default = "hello-world"
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user