F5Networks / terraform-gcp-bigip-module

Terraform module for Deploying BIG-IP in GCP
Apache License 2.0
9 stars 11 forks source link

Project field is missing in main.tf #39

Closed danielyaba closed 11 months ago

danielyaba commented 1 year ago

Hi F5,

In file "main.tf" there should be a field "project" under google_compute_instance.f5vm0 After adding this field to main.tf inside the modules directory it worked.

Regards, Daniel Y.

RavinderReddyF5 commented 1 year ago

HI @danielyaba, project field is optional parameter, if we not provide it will pick of project field of provider: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance#project

RavinderReddyF5 commented 11 months ago

closing this issue. please open new if any problem seen