Skip to content

Commit

Permalink
Update Meta Parent Policy Templates (#1695)
Browse files Browse the repository at this point in the history
Co-authored-by: bryankaraffa <[email protected]>
  • Loading branch information
github-actions[bot] and bryankaraffa authored Dec 15, 2023
1 parent 7dc6180 commit b2ee65e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tenancy "single"
default_frequency "15 minutes"
info(
provider: "AWS",
version: "4.1", # This version of the Meta Parent Policy Template should match the version of the Child Policy Template as it appears in the Catalog for best reliability
version: "4.2", # This version of the Meta Parent Policy Template should match the version of the Child Policy Template as it appears in the Catalog for best reliability
publish: "false"
)

Expand Down Expand Up @@ -829,6 +829,12 @@ policy "policy_scheduled_report" do
field "schedule" do
label "Schedule"
end
field "next_start" do
label "Next Start"
end
field "next_stop" do
label "Next Stop"
end
field "tags" do
label "Tags"
end
Expand Down

0 comments on commit b2ee65e

Please sign in to comment.