You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
restricted-googleapis ranges should be
199.36.153.4/30
34.126.0.0/18
but we are only getting the 199.36.153.4/30
As a result we are blocking lots of traffic to 34.126.0.0/18 which is trigger our security monitor. Security events started showing up after upgrading to gke 1.31.
data.google_netblock_ip_ranges.netblock: Reading...
data.google_netblock_ip_ranges.netblock: Read complete after 0s [id=netblock-ip-ranges-restricted-googleapis]
Changes to Outputs:
+ google_netblock_ip_ranges = {
+ cidr_blocks = [
+ "199.36.153.4/30",
]
+ cidr_blocks_ipv4 = [
+ "199.36.153.4/30",
]
+ cidr_blocks_ipv6 = null
+ id = "netblock-ip-ranges-restricted-googleapis"
+ range_type = "restricted-googleapis"
}
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
data.google_netblock_ip_ranges.netblock: Reading...
data.google_netblock_ip_ranges.netblock: Read complete after 0s [id=netblock-ip-ranges-private-googleapis]
Changes to Outputs:
+ google_netblock_ip_ranges = {
+ cidr_blocks = [
+ "199.36.153.8/30",
]
+ cidr_blocks_ipv4 = [
+ "199.36.153.8/30",
]
+ cidr_blocks_ipv6 = null
+ id = "netblock-ip-ranges-private-googleapis"
+ range_type = "private-googleapis"
}
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
Expected Behavior
No response
Actual Behavior
No response
Steps to reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Community Note
34.126.0.0/18 not showing up in google_netblock_ip_ranges for restricted-googleapis private-googleapis
https://cloud.google.com/vpc/docs/configure-private-google-access
restricted-googleapis ranges should be
199.36.153.4/30
34.126.0.0/18
but we are only getting the 199.36.153.4/30
As a result we are blocking lots of traffic to 34.126.0.0/18 which is trigger our security monitor. Security events started showing up after upgrading to gke 1.31.
private-googleapis according this documentation is. https://cloud.google.com/vpc/docs/configure-private-google-access
should be
199.36.153.8/30
34.126.0.0/18
https://cloud.google.com/vpc/docs/configure-private-google-access
Terraform Version & Provider Version(s)
Terraform 1.11.3
on x86 and Apple Silicon
Affected Resource(s)
google_netblock_ip_ranges
Terraform Configuration
Debug Output
Expected Behavior
No response
Actual Behavior
No response
Steps to reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: