Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(kinesisfirehose-alpha): add ca-west-1 Firehose CIDR block #31206

Merged
merged 12 commits into from
Sep 4, 2024

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@
"ca-central-1": {
"FirehoseCidrBlock": "35.183.92.128/27"
},
"ca-west-1": {
"FirehoseCidrBlock": "40.176.98.192/27/27"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be 40.176.98.192/27. There is an extra /27 at the end.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why but this keeps getting automatically updated with the extra /27 and overriding my changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Realized I was not updating the value in the correct place. It should be fixed now.

},
"cn-north-1": {
"FirehoseCidrBlock": "52.81.151.32/27"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@
"ca-central-1": {
"FirehoseCidrBlock": "35.183.92.128/27"
},
"ca-west-1": {
"FirehoseCidrBlock": "40.176.98.192/27/27"
},
"cn-north-1": {
"FirehoseCidrBlock": "52.81.151.32/27"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@
"ca-central-1": {
"FirehoseCidrBlock": "35.183.92.128/27"
},
"ca-west-1": {
"FirehoseCidrBlock": "40.176.98.192/27/27"
},
"cn-north-1": {
"FirehoseCidrBlock": "52.81.151.32/27"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading