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
Having a default value for the variable ip_address in ./modules/ilb/variables.tf casues errors:
terraform/gcp/adv_peering_4fw_2spoke (master) $ terraform apply
data.google_compute_zones.available: Refreshing state...
Error: could not parse "ip_address" to IP address
on modules/ilb/main.tf line 23, in resource "google_compute_forwarding_rule" "default":
23: resource "google_compute_forwarding_rule" "default" {
Error: could not parse "ip_address" to IP address
on modules/ilb/main.tf line 23, in resource "google_compute_forwarding_rule" "default":
23: resource "google_compute_forwarding_rule" "default" {
Yet, not having them casues other errors...
The text was updated successfully, but these errors were encountered:
Having a default value for the variable ip_address in ./modules/ilb/variables.tf casues errors:
Yet, not having them casues other errors...
The text was updated successfully, but these errors were encountered: