From d6d93e161a307ddb03928c271a16e15a20cf3933 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:48:39 -0600 Subject: [PATCH] Update Meta Parent Policy Templates (#2819) Co-authored-by: ramyadmz --- .../aws_rightsize_ebs_volumes_meta_parent.pt | 3 ++- .../aws_rightsize_ec2_instances_meta_parent.pt | 3 ++- .../aws_rightsize_elasticache_meta_parent.pt | 3 ++- .../aws_rightsize_rds_instances_meta_parent.pt | 3 ++- .../rightsize_redshift/aws_rightsize_redshift_meta_parent.pt | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/cost/aws/rightsize_ebs_volumes/aws_rightsize_ebs_volumes_meta_parent.pt b/cost/aws/rightsize_ebs_volumes/aws_rightsize_ebs_volumes_meta_parent.pt index ba7e2e40ec..27156da774 100644 --- a/cost/aws/rightsize_ebs_volumes/aws_rightsize_ebs_volumes_meta_parent.pt +++ b/cost/aws/rightsize_ebs_volumes/aws_rightsize_ebs_volumes_meta_parent.pt @@ -9,7 +9,8 @@ info( provider: "AWS", version: "0.3.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: "true", - deprecated: "false" + deprecated: "false", + hide_skip_approvals: "true" ) ############################################################################## diff --git a/cost/aws/rightsize_ec2_instances/aws_rightsize_ec2_instances_meta_parent.pt b/cost/aws/rightsize_ec2_instances/aws_rightsize_ec2_instances_meta_parent.pt index 50b08af2fd..b023a227fc 100644 --- a/cost/aws/rightsize_ec2_instances/aws_rightsize_ec2_instances_meta_parent.pt +++ b/cost/aws/rightsize_ec2_instances/aws_rightsize_ec2_instances_meta_parent.pt @@ -9,7 +9,8 @@ info( provider: "AWS", version: "5.3.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 publish: "true", - deprecated: "false" + deprecated: "false", + hide_skip_approvals: "true" ) ############################################################################## diff --git a/cost/aws/rightsize_elasticache/aws_rightsize_elasticache_meta_parent.pt b/cost/aws/rightsize_elasticache/aws_rightsize_elasticache_meta_parent.pt index b5dc64a66a..484e047479 100644 --- a/cost/aws/rightsize_elasticache/aws_rightsize_elasticache_meta_parent.pt +++ b/cost/aws/rightsize_elasticache/aws_rightsize_elasticache_meta_parent.pt @@ -9,7 +9,8 @@ info( provider: "AWS", version: "0.2.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 publish: "true", - deprecated: "false" + deprecated: "false", + hide_skip_approvals: "true" ) ############################################################################## diff --git a/cost/aws/rightsize_rds_instances/aws_rightsize_rds_instances_meta_parent.pt b/cost/aws/rightsize_rds_instances/aws_rightsize_rds_instances_meta_parent.pt index 41a9438d1d..f9210b7d20 100644 --- a/cost/aws/rightsize_rds_instances/aws_rightsize_rds_instances_meta_parent.pt +++ b/cost/aws/rightsize_rds_instances/aws_rightsize_rds_instances_meta_parent.pt @@ -9,7 +9,8 @@ info( provider: "AWS", version: "5.5.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: "true", - deprecated: "false" + deprecated: "false", + hide_skip_approvals: "true" ) ############################################################################## diff --git a/cost/aws/rightsize_redshift/aws_rightsize_redshift_meta_parent.pt b/cost/aws/rightsize_redshift/aws_rightsize_redshift_meta_parent.pt index 0b6fd1370b..31072298f2 100644 --- a/cost/aws/rightsize_redshift/aws_rightsize_redshift_meta_parent.pt +++ b/cost/aws/rightsize_redshift/aws_rightsize_redshift_meta_parent.pt @@ -9,7 +9,8 @@ info( provider: "AWS", version: "0.1.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: "true", - deprecated: "false" + deprecated: "false", + hide_skip_approvals: "true" ) ##############################################################################