Fix provider failure when appling example

This commit is contained in:
Wiktor Niesiobędzki
2025-10-12 10:01:22 +00:00
parent b10d31ef98
commit 6673cba773

View File

@@ -149,12 +149,11 @@ module "bucket-gcs-notification" {
name = "my-bucket"
location = "EU"
notification_config = {
enabled = true
payload_format = "JSON_API_V1"
sa_email = module.project.service_agents.storage.email
topic_name = "gcs-notification-topic"
event_types = ["OBJECT_FINALIZE"]
custom_attributes = {}
enabled = true
payload_format = "JSON_API_V1"
sa_email = module.project.service_agents.storage.email
topic_name = "gcs-notification-topic"
event_types = ["OBJECT_FINALIZE"]
}
}
# tftest e2e