Skip to content

Commit 0dd8ddb

Browse files
authored
chore: remove global event routing settings configuration from advance example (#27)
1 parent 8d97461 commit 0dd8ddb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/advanced/main.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,20 @@ module "activity_tracker" {
185185
]
186186

187187
# Global Event Routing Settings
188+
# default_targets - The default target per account to configure where auditing events that are not explicitly managed in the accounts routing rules are routed.
189+
# metadata_region_primary - The location in your IBM Cloud account where the Activity Tracker Event Routing account configuration metadata is stored. If you do not configure a metadata location before you create a target, the location where the first target is created is automatically configured as the metadata location.
190+
# metadata_region_backup - To store all your metadata in a backup region.
191+
# permitted_target_regions - The locations where an account administrator can configure targets to collect auditing events. You can choose any of the supported locations where Activity Tracker Event Routing is available - https://cloud.ibm.com/docs/atracker?topic=atracker-regions&interface=cli.
192+
# private_api_endpoint_only - The type of endpoints that are allowed to manage the Activity Tracker Event Routing account configuration in the account. If you set this true then you cannot access api through public network.
193+
194+
# Uncomment below to configure global event routing settings.
195+
196+
/*
188197
global_event_routing_settings = {
189198
default_targets = local.target_ids
190199
permitted_target_regions = ["us-south", "eu-de", "us-east", "eu-es", "eu-gb", "au-syd", "br-sao", "ca-tor", "eu-es", "jp-tok", "jp-osa", "in-che", "eu-fr2"]
191200
metadata_region_primary = "us-south"
192201
private_api_endpoint_only = false
193202
}
203+
*/
194204
}

0 commit comments

Comments
 (0)