Skip to content

Commit

Permalink
Merge pull request #2 from kabisa/remove-quoted-types
Browse files Browse the repository at this point in the history
Remove quoted types
  • Loading branch information
Paul van Lierop authored Jul 27, 2022
2 parents 67c6632 + e828b71 commit 373affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "backup_resource_ids" {
}

variable "name" {
type = "string"
type = string
default = ""
description = "Solution name, e.g. 'app' or 'jenkins'"
}
Expand Down

0 comments on commit 373affa

Please sign in to comment.