Skip to content

Releases: NeudesicGCP/terraform-project-factory

Update after field testing with more clients

04 Mar 18:44
2ec917b
Compare
Choose a tag to compare

Changes

Outputs

  • add project_number as an output
  • remove subnets as an output; was not an accurate representation of all subnets and was redundant since subnets were itemised by caller

Google-beta provider

  • first change for google vs. google-beta provider split as of 2.0+

GA release

04 Mar 18:40
Compare
Choose a tag to compare
Do not disable API on destroy/change.

There was a race condition that was seen when destroying projects; sometimes the Compute API would be disabled before VM or networks had been cleaned-up. This has the side-effect of preventing an API from being disabled when no longer specified in the template.