From 4b935a40b6143ffa8014fcbbd39a6840d2d52d6c Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:19:10 +0100 Subject: [PATCH] fix(metadata): remove `us-east-1` in remediation (#1958) --- ...ormation_stacks_termination_protection_enabled.metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowler/providers/aws/services/cloudformation/cloudformation_stacks_termination_protection_enabled/cloudformation_stacks_termination_protection_enabled.metadata.json b/prowler/providers/aws/services/cloudformation/cloudformation_stacks_termination_protection_enabled/cloudformation_stacks_termination_protection_enabled.metadata.json index 22cdf8ca..a1577880 100644 --- a/prowler/providers/aws/services/cloudformation/cloudformation_stacks_termination_protection_enabled/cloudformation_stacks_termination_protection_enabled.metadata.json +++ b/prowler/providers/aws/services/cloudformation/cloudformation_stacks_termination_protection_enabled/cloudformation_stacks_termination_protection_enabled.metadata.json @@ -13,7 +13,7 @@ "RelatedUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html", "Remediation": { "Code": { - "CLI": "aws cloudformation update-termination-protection --region us-east-1 --stack-name --enable-termination-protection", + "CLI": "aws cloudformation update-termination-protection --region --stack-name --enable-termination-protection", "NativeIaC": "", "Other": "", "Terraform": ""