terraform-google-modules/terraform-google-pubsub

add option for authoritative pubsub iam resources

Closed this issue · 1 comments

TL;DR

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/pubsub_topic_iam

Currently we can only create _iam_member resources which are non-authoritative and while that is safe and good in some situations, for single tenant pubsub resources it is preferrable to use authoritative iam resources to ensure that access is fully managed as code.

Terraform Resources

pubsub iam resources

Detailed design

Leverage https://github.com/terraform-google-modules/terraform-google-iam/tree/master/modules/pubsub_subscriptions_iam and https://github.com/terraform-google-modules/terraform-google-iam/tree/master/modules/pubsub_topics_iam

Additional information

tbd

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