diff --git a/variables.tf b/variables.tf index 7826151..acd2ef9 100644 --- a/variables.tf +++ b/variables.tf @@ -1,5 +1,6 @@ variable "profile" { description = "AWS_PROFILE to use to apply the terraform script." + type = string default = "" }