Skip to content

Commit

Permalink
Don't have a default
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored and lonegunmanb committed Dec 22, 2023
1 parent acb3072 commit da26b86
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 @@ -9,7 +9,7 @@ variable "container_apps" {
name = string
tags = optional(map(string))
revision_mode = string
workload_profile_name = optional(string, "Consumption")
workload_profile_name = optional(string)

template = object({
containers = set(object({
Expand Down

0 comments on commit da26b86

Please sign in to comment.