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
Terraform is unable to generate the plan due to the following error:
Error: Failed to retrieve project, pid: , err: project: required field is not set
│
│ with module.bigip[1].google_compute_instance.f5vm01,
│ on .terraform/modules/bigip/main.tf line 142, in resource "google_compute_instance" "f5vm01":
│ 142: resource "google_compute_instance" "f5vm01" {
The "project" argument appears not defined in the resource "google_compute_instance" definition.
The text was updated successfully, but these errors were encountered:
I have tried the following "examples/bigip_gcp_2nic_deploy/main.tf".
By the way, I am looking for HA active/active deployment module with DO but couldn't find it, if you know, can you pls refer it?
Terraform is unable to generate the plan due to the following error:
Error: Failed to retrieve project, pid: , err: project: required field is not set
│
│ with module.bigip[1].google_compute_instance.f5vm01,
│ on .terraform/modules/bigip/main.tf line 142, in resource "google_compute_instance" "f5vm01":
│ 142: resource "google_compute_instance" "f5vm01" {
The "project" argument appears not defined in the resource "google_compute_instance" definition.
The text was updated successfully, but these errors were encountered: