Skip to content

Commit

Permalink
work-around: added defaults to vars to work-around a parse validation…
Browse files Browse the repository at this point in the history
… error
  • Loading branch information
graza-io committed Oct 17, 2023
1 parent 9045400 commit bb1cbf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions variables.hcl
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
variable "region" {
type = string
description = "The name of the Region."
default = ""
}

variable "access_key_id" {
type = string
description = "The ID for this access key."
default = ""
}

variable "secret_access_key" {
type = string
description = "The secret key used to sign requests."
default = ""
}

0 comments on commit bb1cbf1

Please sign in to comment.