Closed wapson closed 2 years ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Found out the reason of this behaviour. In setup like that host_project
parameter has to set (at same value as project
parameter) to omit this issue
TL;DR
During every
terraform plan
orterraform apply
there is change request regarding subnetwork_project of bastionnetwork_interface
. Bastion uses network and subnetwork from Shared VPC in another project (bastion is placed within service project).Expected behavior
No diff and change requests of nic0 subnetwork_project parameter value.
Observed behavior
During every
terraform plan
orterraform apply
there is change request regarding subnetwork_project of bastionnetwork_interface
. Bastion uses network and subnetwork from Shared VPC in another project (bastion is placed withing service project).That's the result of every terraform command which includes plan. After such an apply if I would retry
terraform plan
I will get exactly same diff (apply was successful).Terraform Configuration
Additional information
No response