From 256b22786d919987396d57f16ba982ee161bdf77 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Fri, 5 Jul 2024 10:18:22 +0200 Subject: [PATCH] chore: fix linting errors (#5843) Close #5841 Close #5842 --- test/linters/cloudformation/cloudformation_good_1.json | 2 +- test/linters/cloudformation/cloudformation_good_2.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/linters/cloudformation/cloudformation_good_1.json b/test/linters/cloudformation/cloudformation_good_1.json index d3ff11e2..cbbc1418 100644 --- a/test/linters/cloudformation/cloudformation_good_1.json +++ b/test/linters/cloudformation/cloudformation_good_1.json @@ -15,7 +15,7 @@ "VPCRegion": "ap-northeast-1" }, { - "VPCId": "vpc-efgh5678", + "VPCId": "vpc-abcd5678", "VPCRegion": "us-west-2" } ], diff --git a/test/linters/cloudformation/cloudformation_good_2.yaml b/test/linters/cloudformation/cloudformation_good_2.yaml index afab57f1..988938dd 100644 --- a/test/linters/cloudformation/cloudformation_good_2.yaml +++ b/test/linters/cloudformation/cloudformation_good_2.yaml @@ -13,7 +13,7 @@ Resources: VPCId: 'vpc-abcd1234' VPCRegion: 'ap-northeast-1' - - VPCId: 'vpc-efgh5678' + VPCId: 'vpc-abcd5678' VPCRegion: 'us-west-2' HostedZoneTags: -