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: -