From 1035912641150476599eb98a26e5784c4f3e9005 Mon Sep 17 00:00:00 2001 From: Jason Berlinsky Date: Wed, 17 Jun 2026 20:02:24 -0400 Subject: [PATCH] Allow parameters to be specified on managed custom org policies (https://github.com/google/stellar-engine/issues/92) --- fast/stages-aw/0-bootstrap/organization.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/fast/stages-aw/0-bootstrap/organization.tf b/fast/stages-aw/0-bootstrap/organization.tf index e1b334b35..87165c43a 100644 --- a/fast/stages-aw/0-bootstrap/organization.tf +++ b/fast/stages-aw/0-bootstrap/organization.tf @@ -135,6 +135,7 @@ locals { values = try(r.deny.values, null) } : null enforce = try(r.enforce, null) + parameters = try(jsonencode(r.parameters), null) condition = { description = try(r.condition.description, null) expression = try(r.condition.expression, null)