Skip to content

Commit d9912a0

Browse files
committed
Update example
1 parent 8cc60ba commit d9912a0

File tree

1 file changed

+5
-5
lines changed
  • examples/cloudtrail-event-data-store-full

1 file changed

+5
-5
lines changed

examples/cloudtrail-event-data-store-full/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ module "event_data_store" {
5353
]
5454

5555

56+
## Attributes
57+
retention_in_days = 365 * 7
58+
termination_protection_enabled = false
59+
60+
5661
## IAM Role
5762
import_trail_events_iam_role = {
5863
enabled = true
@@ -72,11 +77,6 @@ module "event_data_store" {
7277
]
7378
}
7479

75-
76-
## Attributes
77-
retention_in_days = 365 * 7
78-
termination_protection_enabled = false
79-
8080
tags = {
8181
"project" = "terraform-aws-security-examples"
8282
}

0 commit comments

Comments
 (0)