Skip to content

Commit

Permalink
Change variable type from string to bool.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedarkuo committed Jun 20, 2024
1 parent 857fe63 commit df7ff25
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 @@ -344,7 +344,7 @@ variable "default_version" {

variable "update_default_version" {
description = "Whether to update Default Version each update. Conflicts with `default_version`"
type = string
type = bool
default = null
}

Expand Down

0 comments on commit df7ff25

Please sign in to comment.