terraform-google-modules / terraform-google-iam

Manages multiple IAM roles for resources on Google Cloud
https://registry.terraform.io/modules/terraform-google-modules/iam/google
Apache License 2.0
189 stars 170 forks source link

chore: Make artifact registry example usable #201

Closed mmckane closed 10 months ago

mmckane commented 10 months ago

This change adds an applicable role and sets the environment to an actual instance of a real location in the ReadME.

mmckane commented 10 months ago

Spent more time than I care to admit, trying to figure out why the example I copy/pasted didn't work in my environment and was causing the module to throw bogus API 400 errors. Because my environment also happened to be in us-central1 vs. us-central-1 which doesn't actually exist as a location.

Also I figured one of the artifact registry roles might be a slightly better example in this case.