GoogleCloudPlatform/terraform-google-secured-data-warehouse

Add provider.tf at examples folder

amandakarina opened this issue ยท 2 comments

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave +1 or me too comments; they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If the issue is assigned to a user, that user is claiming responsibility for the issue.

Description

Add provider configuration in examples folder:

provider "google" {
  user_project_override = true
  billing_project       = <BOOTSTRAP-PROJECT-ID>
  
  scopes = [
    "https://www.googleapis.com/auth/cloud-platform",
    "https://www.googleapis.com/auth/userinfo.email",
  ]
}

Questions

  • Should fixtures keep being executed with terraform service account?
  • Should gcloud and curls commands be able to impersonate some service account?

References

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days