We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
limits_per_label_set
null
1 parent 5952bb7 commit 0e71e82Copy full SHA for 0e71e82
main.tf
@@ -38,7 +38,7 @@ resource "aws_prometheus_workspace_configuration" "this" {
38
workspace_id = local.workspace_id
39
40
dynamic "limits_per_label_set" {
41
- for_each = var.limits_per_label_set
+ for_each = var.limits_per_label_set != null ? var.limits_per_label_set : []
42
43
content {
44
label_set = limits_per_label_set.value.label_set
0 commit comments