Skip to content

Commit

Permalink
Note that service account creation is eventually consistent. (#1408)
Browse files Browse the repository at this point in the history
Merged PR #1408.
  • Loading branch information
rileykarson authored and modular-magician committed Feb 19, 2019
1 parent e3e2932 commit ef4b49d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
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 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
Expand Down

0 comments on commit ef4b49d

Please sign in to comment.