Skip to content

Commit 9b6dbd7

Browse files
Add activity journal feature for google_storage_insights_dataset_config (#15202) (#1118)
[upstream:5652bb1729400a1d1391050f9ed251d66fb85d85] Signed-off-by: Modular Magician <[email protected]>
1 parent 0c247bf commit 9b6dbd7

File tree

1 file changed

+1
-0
lines changed
  • storage_insights_dataset_config_excludes

1 file changed

+1
-0
lines changed

storage_insights_dataset_config_excludes/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resource "google_storage_insights_dataset_config" "config_excludes" {
22
location = "us-central1"
33
dataset_config_id = "my_config_excludes-${local.name_suffix}"
44
retention_period_days = 1
5+
activity_data_retention_period_days = 2
56
organization_scope = true
67
identity {
78
type = "IDENTITY_TYPE_PER_PROJECT"

0 commit comments

Comments
 (0)