diff --git a/policy/common/common.utils.rego b/policy/common/common.utils.rego index bfc3c83..a241f20 100644 --- a/policy/common/common.utils.rego +++ b/policy/common/common.utils.rego @@ -14,6 +14,7 @@ _resource(_input) := output if { body := { "address": r.address, "values": r.change.after, + "after_unknown": r.change.after_unknown, "mode": r.mode, "type": r.type, } @@ -28,6 +29,7 @@ _resource(_input) := output if { body := { "address": r.address, "values": r.change.after, + "after_unknown": r.change.after_unknown, "mode": r.mode, "type": r.type, }