Skip to content

Commit

Permalink
add after_unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Feb 20, 2025
1 parent 3cf3094 commit b06e5f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions policy/common/common.utils.rego
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand All @@ -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,
}
Expand Down

0 comments on commit b06e5f2

Please sign in to comment.