Skip to content

Commit ec574e0

Browse files
committed
Revert "Fix falcosidekick consumers (#84)"
This reverts commit 01bd978.
1 parent 01bd978 commit ec574e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • deployments/falcosidekick/ps6

deployments/falcosidekick/ps6/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ resource "juju_offer" "falcosidekick_http_endpoint" {
120120
resource "juju_access_offer" "falcosidekick_http_endpoint" {
121121
admin = [var.model_name]
122122
offer_url = juju_offer.falcosidekick_http_endpoint.url
123-
consume = concat(var.falcosidekick_http_endpoint_consumers)
123+
consume = var.falcosidekick_http_endpoint_consumers
124124
}
125125

0 commit comments

Comments
 (0)