From b8053ae0af64f509b1622e15ced291fbfaff6331 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 6 Feb 2024 13:38:47 +0000 Subject: [PATCH 1/2] chore: upgrade network ACL allow-lists Updated the network ACL allow-lists from authoritative sources. Signed-off-by: github-actions --- resources/vpc-allow-lists/github.api-IPv4.txt | 4 +++- resources/vpc-allow-lists/github.git-IPv4.txt | 6 +++++- resources/vpc-allow-lists/github.web-IPv4.txt | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/resources/vpc-allow-lists/github.api-IPv4.txt b/resources/vpc-allow-lists/github.api-IPv4.txt index e3f6f5228..68beef3fc 100644 --- a/resources/vpc-allow-lists/github.api-IPv4.txt +++ b/resources/vpc-allow-lists/github.api-IPv4.txt @@ -11,4 +11,6 @@ 20.200.245.245/32 20.175.192.149/32 20.233.83.146/32 -20.29.134.17/32 \ No newline at end of file +20.29.134.17/32 +20.199.39.228/32 +4.208.26.200/32 \ No newline at end of file diff --git a/resources/vpc-allow-lists/github.git-IPv4.txt b/resources/vpc-allow-lists/github.git-IPv4.txt index 85f0f0e6a..469644dd1 100644 --- a/resources/vpc-allow-lists/github.git-IPv4.txt +++ b/resources/vpc-allow-lists/github.git-IPv4.txt @@ -12,6 +12,8 @@ 20.175.192.147/32 20.233.83.145/32 20.29.134.23/32 +20.199.39.232/32 +4.208.26.197/32 20.201.28.152/32 20.205.243.160/32 20.87.245.4/32 @@ -21,4 +23,6 @@ 20.200.245.248/32 20.175.192.146/32 20.233.83.149/32 -20.29.134.19/32 \ No newline at end of file +20.29.134.19/32 +20.199.39.227/32 +4.208.26.198/32 \ No newline at end of file diff --git a/resources/vpc-allow-lists/github.web-IPv4.txt b/resources/vpc-allow-lists/github.web-IPv4.txt index 94f64627d..100d904a1 100644 --- a/resources/vpc-allow-lists/github.web-IPv4.txt +++ b/resources/vpc-allow-lists/github.web-IPv4.txt @@ -11,4 +11,6 @@ 20.200.245.247/32 20.175.192.147/32 20.233.83.145/32 -20.29.134.23/32 \ No newline at end of file +20.29.134.23/32 +20.199.39.232/32 +4.208.26.197/32 \ No newline at end of file From 1860fc53be8b39de0d09bb1fd591659030dd00ad Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 6 Feb 2024 13:44:44 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions --- .../_limited-internet-access.test.ts.snap | 60 ++++-- .../__snapshots__/construct-hub.test.ts.snap | 174 ++++++++++-------- 2 files changed, 141 insertions(+), 93 deletions(-) diff --git a/src/__tests__/__snapshots__/_limited-internet-access.test.ts.snap b/src/__tests__/__snapshots__/_limited-internet-access.test.ts.snap index 6d0757ccd..5df4f3826 100644 --- a/src/__tests__/__snapshots__/_limited-internet-access.test.ts.snap +++ b/src/__tests__/__snapshots__/_limited-internet-access.test.ts.snap @@ -926,7 +926,7 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "githubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd": { + "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -945,6 +945,9 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.175.192.149/32", }, + { + "Cidr": "20.199.39.228/32", + }, { "Cidr": "20.200.245.245/32", }, @@ -972,13 +975,16 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.87.245.6/32", }, + { + "Cidr": "4.208.26.200/32", + }, ], - "MaxEntries": 14, + "MaxEntries": 16, "PrefixListName": "github.api.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "githubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd251C927A": { + "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7092D4B21": { "Properties": { "GroupDescription": "TestStack/github.api-IPv4", "Tags": [ @@ -993,19 +999,19 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroup", }, - "githubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fdtoTestStackgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd443F0E2ED4C": { + "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7toTestStackgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7443DA3081A8": { "Properties": { "Description": "to github.api (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "githubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd", + "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "githubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd251C927A", + "githubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7092D4B21", "GroupId", ], }, @@ -1014,7 +1020,7 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "githubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6": { + "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -1036,6 +1042,12 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.175.192.147/32", }, + { + "Cidr": "20.199.39.227/32", + }, + { + "Cidr": "20.199.39.232/32", + }, { "Cidr": "20.200.245.247/32", }, @@ -1090,13 +1102,19 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.87.245.4/32", }, + { + "Cidr": "4.208.26.197/32", + }, + { + "Cidr": "4.208.26.198/32", + }, ], - "MaxEntries": 24, + "MaxEntries": 28, "PrefixListName": "github.git.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "githubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6E6D9AA46": { + "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d84DB90A96": { "Properties": { "GroupDescription": "TestStack/github.git-IPv4", "Tags": [ @@ -1111,19 +1129,19 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroup", }, - "githubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6toTestStackgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd64435BB6F08D": { + "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8toTestStackgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8443A1506F1C": { "Properties": { "Description": "to github.git (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "githubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6", + "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "githubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6E6D9AA46", + "githubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d84DB90A96", "GroupId", ], }, @@ -1132,7 +1150,7 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "githubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0": { + "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -1151,6 +1169,9 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.175.192.147/32", }, + { + "Cidr": "20.199.39.232/32", + }, { "Cidr": "20.200.245.247/32", }, @@ -1178,13 +1199,16 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` { "Cidr": "20.87.245.0/32", }, + { + "Cidr": "4.208.26.197/32", + }, ], - "MaxEntries": 14, + "MaxEntries": 16, "PrefixListName": "github.web.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "githubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0DA6125DB": { + "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc23295795E95": { "Properties": { "GroupDescription": "TestStack/github.web-IPv4", "Tags": [ @@ -1199,19 +1223,19 @@ exports[`createRestrictedSecurityGroups creates the correct resources 1`] = ` }, "Type": "AWS::EC2::SecurityGroup", }, - "githubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0toTestStackgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0443F40AADC9": { + "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232toTestStackgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc2324434BBD4DB2": { "Properties": { "Description": "to github.web (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "githubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0", + "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "githubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0DA6125DB", + "githubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc23295795E95", "GroupId", ], }, diff --git a/src/__tests__/__snapshots__/construct-hub.test.ts.snap b/src/__tests__/__snapshots__/construct-hub.test.ts.snap index 589f180c1..a1c96e897 100644 --- a/src/__tests__/__snapshots__/construct-hub.test.ts.snap +++ b/src/__tests__/__snapshots__/construct-hub.test.ts.snap @@ -56622,21 +56622,21 @@ Direct link to function: /lambda/home#/functions/", "","", { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd14F88243", + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", "GroupId", ], }, "","", { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6FDEDA1A6", + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", "GroupId", ], }, "","", { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0080DB59B", + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", "GroupId", ], }, @@ -62423,19 +62423,19 @@ Direct link to Lambda function: /lambda/home#/functions/", }, { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd14F88243", + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6FDEDA1A6", + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0080DB59B", + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", "GroupId", ], }, @@ -62504,19 +62504,19 @@ Direct link to Lambda function: /lambda/home#/functions/", }, { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd14F88243", + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6FDEDA1A6", + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0080DB59B", + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", "GroupId", ], }, @@ -62608,19 +62608,19 @@ Direct link to Lambda function: /lambda/home#/functions/", }, { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd14F88243", + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6FDEDA1A6", + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0080DB59B", + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", "GroupId", ], }, @@ -65125,19 +65125,19 @@ Direct link to Lambda function: /lambda/home#/functions/", }, { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd14F88243", + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6FDEDA1A6", + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", "GroupId", ], }, { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0080DB59B", + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", "GroupId", ], }, @@ -66145,7 +66145,7 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd14F88243": { + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7": { "Properties": { "GroupDescription": "Test/ConstructHub/github.api-IPv4", "SecurityGroupIngress": [ @@ -66188,7 +66188,7 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroup", }, - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd464A5B47": { + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7FEC7A318": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -66207,6 +66207,9 @@ function handler(event) { { "Cidr": "20.175.192.149/32", }, + { + "Cidr": "20.199.39.228/32", + }, { "Cidr": "20.200.245.245/32", }, @@ -66234,25 +66237,28 @@ function handler(event) { { "Cidr": "20.87.245.6/32", }, + { + "Cidr": "4.208.26.200/32", + }, ], - "MaxEntries": 14, + "MaxEntries": 16, "PrefixListName": "github.api.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fdtoTestConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd4434DE2B8A6": { + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7toTestConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7443501A46C1": { "Properties": { "Description": "to github.api (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd464A5B47", + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7FEC7A318", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "ConstructHubgithubapiIPv46c1bc55679e33609c63273c203472ce2a9bf66fd14F88243", + "ConstructHubgithubapiIPv42ac3df612fe49a29e18abc605204ce1735c10af7CB0969C7", "GroupId", ], }, @@ -66261,7 +66267,7 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6A453FDD5": { + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d87E801208": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -66283,6 +66289,12 @@ function handler(event) { { "Cidr": "20.175.192.147/32", }, + { + "Cidr": "20.199.39.227/32", + }, + { + "Cidr": "20.199.39.232/32", + }, { "Cidr": "20.200.245.247/32", }, @@ -66337,13 +66349,19 @@ function handler(event) { { "Cidr": "20.87.245.4/32", }, + { + "Cidr": "4.208.26.197/32", + }, + { + "Cidr": "4.208.26.198/32", + }, ], - "MaxEntries": 24, + "MaxEntries": 28, "PrefixListName": "github.git.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6FDEDA1A6": { + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF": { "Properties": { "GroupDescription": "Test/ConstructHub/github.git-IPv4", "SecurityGroupIngress": [ @@ -66386,19 +66404,19 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroup", }, - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6toTestConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6443D0428ACA": { + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8toTestConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8443D9751789": { "Properties": { "Description": "to github.git (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6A453FDD5", + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d87E801208", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "ConstructHubgithubgitIPv43af8a6cce8a22001e49990bcb8d029996e58bdd6FDEDA1A6", + "ConstructHubgithubgitIPv445541edb36994b9c2a73cacb7c0e2fbb9a4753d8DFB22AFF", "GroupId", ], }, @@ -66407,50 +66425,7 @@ function handler(event) { }, "Type": "AWS::EC2::SecurityGroupEgress", }, - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0080DB59B": { - "Properties": { - "GroupDescription": "Test/ConstructHub/github.web-IPv4", - "SecurityGroupIngress": [ - { - "CidrIp": { - "Fn::GetAtt": [ - "ConstructHubVPC16ECCEA2", - "CidrBlock", - ], - }, - "Description": { - "Fn::Join": [ - "", - [ - "from ", - { - "Fn::GetAtt": [ - "ConstructHubVPC16ECCEA2", - "CidrBlock", - ], - }, - ":443", - ], - ], - }, - "FromPort": 443, - "IpProtocol": "tcp", - "ToPort": 443, - }, - ], - "Tags": [ - { - "Key": "Name", - "Value": "github.web.IPv4", - }, - ], - "VpcId": { - "Ref": "ConstructHubVPC16ECCEA2", - }, - }, - "Type": "AWS::EC2::SecurityGroup", - }, - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0CC113DD1": { + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc2328A4E57C2": { "Properties": { "AddressFamily": "IPv4", "Entries": [ @@ -66469,6 +66444,9 @@ function handler(event) { { "Cidr": "20.175.192.147/32", }, + { + "Cidr": "20.199.39.232/32", + }, { "Cidr": "20.200.245.247/32", }, @@ -66496,25 +66474,71 @@ function handler(event) { { "Cidr": "20.87.245.0/32", }, + { + "Cidr": "4.208.26.197/32", + }, ], - "MaxEntries": 14, + "MaxEntries": 16, "PrefixListName": "github.web.IPv4", }, "Type": "AWS::EC2::PrefixList", }, - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0toTestConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0443D6F5D3E5": { + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41": { + "Properties": { + "GroupDescription": "Test/ConstructHub/github.web-IPv4", + "SecurityGroupIngress": [ + { + "CidrIp": { + "Fn::GetAtt": [ + "ConstructHubVPC16ECCEA2", + "CidrBlock", + ], + }, + "Description": { + "Fn::Join": [ + "", + [ + "from ", + { + "Fn::GetAtt": [ + "ConstructHubVPC16ECCEA2", + "CidrBlock", + ], + }, + ":443", + ], + ], + }, + "FromPort": 443, + "IpProtocol": "tcp", + "ToPort": 443, + }, + ], + "Tags": [ + { + "Key": "Name", + "Value": "github.web.IPv4", + }, + ], + "VpcId": { + "Ref": "ConstructHubVPC16ECCEA2", + }, + }, + "Type": "AWS::EC2::SecurityGroup", + }, + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232toTestConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc2324433C136B7B": { "Properties": { "Description": "to github.web (IPv4)", "DestinationPrefixListId": { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0CC113DD1", + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc2328A4E57C2", "PrefixListId", ], }, "FromPort": 443, "GroupId": { "Fn::GetAtt": [ - "ConstructHubgithubwebIPv48b2f32b1d10c79d948c448e457e246ed57e1aba0080DB59B", + "ConstructHubgithubwebIPv4534cdb989694a3effa1db5fc2b99ee8921bbc232B55D1B41", "GroupId", ], },