Skip to content

Commit

Permalink
autogen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed May 1, 2024
1 parent a018518 commit 753de9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Deletes a Route53 DNS Resolver query logging configuration. Simulates an attacke

<span style="font-variant: small-caps;">Detonation</span>:

- Delete the DNS logging configuration using <code>route53:DeleteQueryLoggingConfig</code>.
- Delete the DNS logging configuration using <code>route53:DeleteResolverQueryLogConfig</code>.

## Instructions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Warm-up:
Detonation:
- Delete the DNS logging configuration using <code>route53:DeleteQueryLoggingConfig</code>.`,
- Delete the DNS logging configuration using <code>route53:DeleteResolverQueryLogConfig</code>.`,
Detection: `
Identify when a DNS logging configuration is deleted, through CloudTrail's <code>DeleteQueryLoggingConfig</code> event.
Identify when a DNS logging configuration is deleted, through CloudTrail's <code>DeleteResolverQueryLogConfig</code> event.
`,
IsIdempotent: false, // can't delete a DNS logging configuration twice
PrerequisitesTerraformCode: tf,
Expand Down

0 comments on commit 753de9a

Please sign in to comment.