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
module "address-fe" {
source = "terraform-google-modules/address/google"
version = "3.0.0"
names = [ "external-facing-ip"]
global = true
}
Error I got: Error creating GlobalAddress: googleapi: Error 400: Invalid value for field 'resource.network': ''. The field must be specified for reserving internal IP Addresses. Please set a valid value for the field and retry the operation., invalid
Expected:
Creation of Global IP Address.
I works as expected with v2.1.1
The text was updated successfully, but these errors were encountered:
What did I try?
The example in the README.md
Error I got:
Error creating GlobalAddress: googleapi: Error 400: Invalid value for field 'resource.network': ''. The field must be specified for reserving internal IP Addresses. Please set a valid value for the field and retry the operation., invalid
Expected:
Creation of Global IP Address.
I works as expected with v2.1.1
The text was updated successfully, but these errors were encountered: