Skip to content

Commit

Permalink
PTTP-1197 Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Kolpakov <[email protected]>
  • Loading branch information
MaximKolpakov authored May 6, 2024
1 parent 6d3dbc4 commit aa05a5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ module "terraform_execution_role" {
# The lifecycle option prevents Terraform from accidentally removing critical resources.
resource "aws_route53_zone" "sample-app" {
name = "sample-app.example.net"
lifecycle {
prevent_destroy = true
}
}
# Create zone delegation in example.net zone via CSD provider
Expand Down

0 comments on commit aa05a5a

Please sign in to comment.