Best practice clean up to add more descriptions and stricter type cases on variables.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
variable "ssh_keys" {
|
||||
type = list(any)
|
||||
description = "A list of SSH key IDs or fingerprints to add to the droplet"
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user