Skip to content

v1.2.0

Latest

Choose a tag to compare

@chiragpatel1499 chiragpatel1499 released this 29 Jan 04:06
f43a8a7

The data.google_project.project.number is unknown until apply, so for_each can't determine the keys.

  • Add project_number as a required variable instead of using data source
  • Remove google_project data source (no longer needed)
  • Update all references from data.google_project.project.number to local.project_number
  • Fix typo: seretAdmins -> secretAdmins
  • Update README with new variable documentation

What's Changed

  • OP-656: Add required project_number variable to resolve for_each error by @chiragpatel1499 in #5

New Contributors

Full Changelog: v1.1.3...v1.2.0