@@ -60,14 +60,6 @@ exports[`The Report stack matches the snapshot for CODE 1`] = `
6060 " Description" : " SSM parameter containing the S3 bucket name holding distribution artifacts" ,
6161 " Type" : " AWS::SSM::Parameter::Value<String>" ,
6262 },
63- " GuCdkVpcId" : {
64- " AllowedValues" : [
65- " /account/vpc/notifications/id" ,
66- ],
67- " Default" : " /account/vpc/notifications/id" ,
68- " Description" : " Virtual Private Cloud to run EC2 instances within. Should NOT be the account default VPC." ,
69- " Type" : " AWS::SSM::Parameter::Value<AWS::EC2::VPC::Id>" ,
70- },
7163 " LoggingStreamName" : {
7264 " AllowedValues" : [
7365 " /account/services/logging.stream.name.code" ,
@@ -76,6 +68,14 @@ exports[`The Report stack matches the snapshot for CODE 1`] = `
7668 " Description" : " SSM parameter containing the Name (not ARN) on the kinesis stream" ,
7769 " Type" : " AWS::SSM::Parameter::Value<String>" ,
7870 },
71+ " VpcId" : {
72+ " AllowedValues" : [
73+ " /account/vpc/notifications/id" ,
74+ ],
75+ " Default" : " /account/vpc/notifications/id" ,
76+ " Description" : " Virtual Private Cloud to run EC2 instances within. Should NOT be the account default VPC." ,
77+ " Type" : " AWS::SSM::Parameter::Value<AWS::EC2::VPC::Id>" ,
78+ },
7979 " reportPrivateSubnets" : {
8080 " AllowedValues" : [
8181 " /account/vpc/notifications/subnets/private" ,
@@ -430,7 +430,7 @@ exports[`The Report stack matches the snapshot for CODE 1`] = `
430430 },
431431 ],
432432 " VpcId" : {
433- " Ref" : " GuCdkVpcId " ,
433+ " Ref" : " VpcId " ,
434434 },
435435 },
436436 " Type" : " AWS::EC2::SecurityGroup" ,
@@ -663,7 +663,7 @@ exports[`The Report stack matches the snapshot for CODE 1`] = `
663663 },
664664 ],
665665 " VpcId" : {
666- " Ref" : " GuCdkVpcId " ,
666+ " Ref" : " VpcId " ,
667667 },
668668 },
669669 " Type" : " AWS::EC2::SecurityGroup" ,
@@ -1139,7 +1139,7 @@ exports[`The Report stack matches the snapshot for CODE 1`] = `
11391139 " TargetType" : " instance" ,
11401140 " UnhealthyThresholdCount" : 10 ,
11411141 " VpcId" : {
1142- " Ref" : " GuCdkVpcId " ,
1142+ " Ref" : " VpcId " ,
11431143 },
11441144 },
11451145 " Type" : " AWS::ElasticLoadBalancingV2::TargetGroup" ,
@@ -1364,14 +1364,6 @@ exports[`The Report stack matches the snapshot for PROD 1`] = `
13641364 " Description" : " SSM parameter containing the S3 bucket name holding distribution artifacts" ,
13651365 " Type" : " AWS::SSM::Parameter::Value<String>" ,
13661366 },
1367- " GuCdkVpcId" : {
1368- " AllowedValues" : [
1369- " /account/vpc/notifications/id" ,
1370- ],
1371- " Default" : " /account/vpc/notifications/id" ,
1372- " Description" : " Virtual Private Cloud to run EC2 instances within. Should NOT be the account default VPC." ,
1373- " Type" : " AWS::SSM::Parameter::Value<AWS::EC2::VPC::Id>" ,
1374- },
13751367 " LoggingStreamName" : {
13761368 " AllowedValues" : [
13771369 " /account/services/logging.stream.name" ,
@@ -1380,6 +1372,14 @@ exports[`The Report stack matches the snapshot for PROD 1`] = `
13801372 " Description" : " SSM parameter containing the Name (not ARN) on the kinesis stream" ,
13811373 " Type" : " AWS::SSM::Parameter::Value<String>" ,
13821374 },
1375+ " VpcId" : {
1376+ " AllowedValues" : [
1377+ " /account/vpc/notifications/id" ,
1378+ ],
1379+ " Default" : " /account/vpc/notifications/id" ,
1380+ " Description" : " Virtual Private Cloud to run EC2 instances within. Should NOT be the account default VPC." ,
1381+ " Type" : " AWS::SSM::Parameter::Value<AWS::EC2::VPC::Id>" ,
1382+ },
13831383 " reportPrivateSubnets" : {
13841384 " AllowedValues" : [
13851385 " /account/vpc/notifications/subnets/private" ,
@@ -1734,7 +1734,7 @@ exports[`The Report stack matches the snapshot for PROD 1`] = `
17341734 },
17351735 ],
17361736 " VpcId" : {
1737- " Ref" : " GuCdkVpcId " ,
1737+ " Ref" : " VpcId " ,
17381738 },
17391739 },
17401740 " Type" : " AWS::EC2::SecurityGroup" ,
@@ -1967,7 +1967,7 @@ exports[`The Report stack matches the snapshot for PROD 1`] = `
19671967 },
19681968 ],
19691969 " VpcId" : {
1970- " Ref" : " GuCdkVpcId " ,
1970+ " Ref" : " VpcId " ,
19711971 },
19721972 },
19731973 " Type" : " AWS::EC2::SecurityGroup" ,
@@ -2443,7 +2443,7 @@ exports[`The Report stack matches the snapshot for PROD 1`] = `
24432443 " TargetType" : " instance" ,
24442444 " UnhealthyThresholdCount" : 10 ,
24452445 " VpcId" : {
2446- " Ref" : " GuCdkVpcId " ,
2446+ " Ref" : " VpcId " ,
24472447 },
24482448 },
24492449 " Type" : " AWS::ElasticLoadBalancingV2::TargetGroup" ,
0 commit comments