Best practice clean up to add more descriptions and stricter type cases on variables.
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
variable "region" {
|
||||
default = "nyc3"
|
||||
type = string
|
||||
description = "The region where the droplet will be created"
|
||||
default = "nyc3"
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user