Skip to content

Commit

Permalink
updating the variable type to map any
Browse files Browse the repository at this point in the history
  • Loading branch information
cbailey6079 committed Apr 26, 2024
1 parent 4fb04f6 commit 664b6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ variable "web_patch_schedule" {
}

variable "concourse_base_resource_type_defaults" {
type = map({})
type = map(any)
default = null
description = "Pass default base resource type options here. Defaults to nothing."
}

0 comments on commit 664b6c4

Please sign in to comment.