Note that service account creation is eventually consistent. (#3081)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
This commit is contained in:
The Magician 2019-02-19 14:22:12 -08:00 committed by Riley Karson
parent 0b1d338d31
commit 5a4bb8f299

View File

@ -10,6 +10,11 @@ description: |-
Allows management of a [Google Cloud Platform service account](https://cloud.google.com/compute/docs/access/service-accounts)
-> Creation of service accounts is eventually consistent, and that can lead to
errors when you try to apply ACLs to service accounts immediately after
creation. If using these resources in the same config, you can add a
[`sleep` using `local-exec`](https://github.com/hashicorp/terraform/issues/17726#issuecomment-377357866).
## Example Usage
This snippet creates a service account, then gives it objectViewer