From b2ee65e4d2cbb4ef22e9584fa83437ca93f341d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:11:12 -0600 Subject: [PATCH] Update Meta Parent Policy Templates (#1695) Co-authored-by: bryankaraffa --- .../aws_schedule_instance_meta_parent.pt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cost/aws/schedule_instance/aws_schedule_instance_meta_parent.pt b/cost/aws/schedule_instance/aws_schedule_instance_meta_parent.pt index 4d0fe2c8a6..1d097cac28 100644 --- a/cost/aws/schedule_instance/aws_schedule_instance_meta_parent.pt +++ b/cost/aws/schedule_instance/aws_schedule_instance_meta_parent.pt @@ -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" ) @@ -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