@@ -197,6 +197,24 @@ values:
197197 uniform_bucket_level_access : true
198198 versioning :
199199 - enabled : false
200+ ? module.project-factory.module.buckets["dev-ta-app0-be/app-0-bucket-a"].google_storage_bucket_iam_binding.authoritative["roles/storage.legacyObjectReader"]
201+ : bucket : test-pf-dev-ta-app0-be-app-0-bucket-a
202+ condition : []
203+ # members must be unknown at plan time: the cross-project service agent
204+ # reference resolves to an email embedding the project number, while an
205+ # unresolved reference would be passed through as a known literal
206+ members : __missing__
207+ role : roles/storage.legacyObjectReader
208+ timeouts : null
209+ ? module.project-factory.module.buckets["dev-ta-app0-be/app-0-bucket-a"].google_storage_bucket_iam_binding.authoritative["roles/storage.objectViewer"]
210+ : bucket : test-pf-dev-ta-app0-be-app-0-bucket-a
211+ condition : []
212+ # members must be unknown at plan time: the _self_ service agent
213+ # reference resolves to an email embedding the project number, while an
214+ # unresolved reference would be passed through as a known literal
215+ members : __missing__
216+ role : roles/storage.objectViewer
217+ timeouts : null
200218 module.project-factory.module.buckets["dev-ta-app0-be/app-0-bucket-a"].google_tags_location_tag_binding.binding["context"] :
201219 deletion_policy : DELETE
202220 location : europe-west8
@@ -870,6 +888,14 @@ values:
870888 - group:team-a-admins@example.org
871889 project : test-pf-dev-ta-app0-be
872890 role : roles/pubsub.subscriber
891+ ? module.project-factory.module.pubsub["dev-ta-app0-be/app-0-topic-a"].google_pubsub_topic_iam_binding.authoritative["roles/pubsub.viewer"]
892+ : condition : []
893+ # members must be unknown at plan time: the _self_ service agent
894+ # reference resolves to an email embedding the project number, while an
895+ # unresolved reference would be passed through as a known literal
896+ members : __missing__
897+ project : test-pf-dev-ta-app0-be
898+ role : roles/pubsub.viewer
873899 ? module.project-factory.module.pubsub["dev-ta-app0-be/app-0-topic-b"].google_pubsub_subscription.default["app-0-topic-b-sub"]
874900 : bigquery_config : []
875901 cloud_storage_config : []
@@ -1065,20 +1091,20 @@ counts:
10651091 google_project_service_identity : 5
10661092 google_pubsub_subscription : 1
10671093 google_pubsub_topic : 2
1068- google_pubsub_topic_iam_binding : 1
1094+ google_pubsub_topic_iam_binding : 2
10691095 google_service_account : 6
10701096 google_service_account_iam_binding : 2
10711097 google_service_account_iam_member : 3
10721098 google_storage_bucket : 3
1073- google_storage_bucket_iam_binding : 2
1099+ google_storage_bucket_iam_binding : 4
10741100 google_storage_project_service_account : 4
10751101 google_tags_location_tag_binding : 2
10761102 google_tags_tag_binding : 3
10771103 google_tags_tag_key : 1
10781104 google_tags_tag_value : 2
10791105 google_tags_tag_value_iam_binding : 1
10801106 modules : 39
1081- resources : 122
1107+ resources : 125
10821108 terraform_data : 2
10831109
10841110outputs : {}
0 commit comments