Best practice clean up to add more descriptions and stricter type cases on variables.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
variable "domain_name" {
|
||||
default = "example.com"
|
||||
type = string
|
||||
description = "The domain name to use for the droplet's DNS record"
|
||||
default = "example.com"
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user