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
- @chiragpatel1499 made their first contribution in #5
Full Changelog: v1.1.3...v1.2.0