-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
GoogleCloudPlatform/magic-modules
#15062Milestone
Description
Affected Resource(s)
- google_storage_bucket_iam
Can we have configurable timeouts on storage bucket iam please. It shouldn't block on waiting 30 minutes / 1 hour or whatever it is for a simple iam policy update, but should be more responsive. Suggest 2 minutes max as a default but at the very minimum allow overriding...
module.bootstrap.google_storage_bucket_iam_member.jenkins_rw_bucket_reader_uswest2[0]: Still creating... [30s elapsed]
module.bootstrap.google_storage_bucket_iam_member.jenkins_rw_bucket_reader_uswest2[0]: Still creating... [40s elapsed]
....
.... snip
....
module.bootstrap.google_storage_bucket_iam_member.jenkins_rw_bucket_reader_uswest2[0]: Still creating... [18m20s elapsed]
module.bootstrap.google_storage_bucket_iam_member.jenkins_rw_bucket_reader_uswest2[0]: Still creating... [18m30s elapsed]
module.bootstrap.google_storage_bucket_iam_member.jenkins_rw_bucket_reader_uswest2[0]: Still creating... [18m40s elapsed]
Perhaps this could be extended to all iam updates, but taking a look at the code it seems Timeouts are sometimes included sometimes not.
b/275617339
christophedcpm and maikelrobier