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