diff --git a/modules/gcs/README.md b/modules/gcs/README.md index 8c7d2104c..d787566bf 100644 --- a/modules/gcs/README.md +++ b/modules/gcs/README.md @@ -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