Skip to content

Commit

Permalink
Ensure all input variables have types specified.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 15, 2023
1 parent 04f1f2f commit e4be50c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
variable "profile" {
description = "AWS_PROFILE to use to apply the terraform script."
type = string
default = ""
}

Expand Down

0 comments on commit e4be50c

Please sign in to comment.