Skip to content

Commit

Permalink
Fix aws_cloudtrail docs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
justinretzolk committed Jul 24, 2023
1 parent a932c7b commit 96bc962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/r/cloudtrail.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ resource "aws_cloudtrail" "example" {
field = "resources.ARN"
#The trailing slash is intentional; do not exclude it.
equals = [
starts_with = [
"${data.aws_s3_bucket.important-bucket-1.arn}/",
"${data.aws_s3_bucket.important-bucket-2.arn}/"
]
Expand Down Expand Up @@ -277,7 +277,6 @@ resource "aws_cloudtrail" "example" {
field_selector {
field = "resources.ARN"
#The trailing slash is intentional; do not exclude it.
equals = [
"${data.aws_s3_bucket.important-bucket-3.arn}/important-prefix"
]
Expand Down

0 comments on commit 96bc962

Please sign in to comment.