Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stablize default service account in plan
The default service account data resource currently uses a depends_on flag added to prevent a race condition in #141 Due to the way that Terraform refreshes data resources, Terraform thinks that the data resource has changed when in actuality it hasn't: hashicorp/terraform#11806 (comment) By changing to use a null data resource that interpolates the default service account email, the data resource will only change when the project number does.
- Loading branch information