We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c247bf commit 9b6dbd7Copy full SHA for 9b6dbd7
storage_insights_dataset_config_excludes/main.tf
@@ -2,6 +2,7 @@ resource "google_storage_insights_dataset_config" "config_excludes" {
2
location = "us-central1"
3
dataset_config_id = "my_config_excludes-${local.name_suffix}"
4
retention_period_days = 1
5
+ activity_data_retention_period_days = 2
6
organization_scope = true
7
identity {
8
type = "IDENTITY_TYPE_PER_PROJECT"
0 commit comments