GoogleCloudPlatform / cloud-foundation-fabric

End-to-end modular samples and landing zones toolkit for Terraform on GCP.
Apache License 2.0
1.49k stars 854 forks source link

Issue with plan_summary and 2-networking-b-nva tests #2588

Open eliamaldini opened 2 weeks ago

eliamaldini commented 2 weeks ago

the plan summary doesn't count resources defined in the extra_files.

tftest.yaml

tests: simple: extra_files:

[plan_summary output] ... google_compute_subnetwork 10 ...

[output from stage test] ... count of google_compute_subnetwork resources failed. Got 12, expected 10 ...

The two additional subnets are from the 2-networking-serverless-connector/*.tf and they need to be added manually to the resource count.