Skip to content

Commit

Permalink
Note that service account creation is eventually consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Feb 19, 2019
1 parent 8500f43 commit 21699e9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 IAM roles 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
Expand Down

0 comments on commit 21699e9

Please sign in to comment.