Skip to content

Commit

Permalink
Merge pull request #126 from idealo/MaximKolpakov-patch-1
Browse files Browse the repository at this point in the history
PTTP-1197 Update README.md
  • Loading branch information
jwiechmann authored May 8, 2024
2 parents 6d3dbc4 + f54dda0 commit 1f53248
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,8 @@ module "terraform_execution_role" {
# Create a Route53 Hosted Zone.
# sample-app is a placeholder for the subdomain for your application.
# example.net is a placeholder for a domain which is supported in the CSD product.
# 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 1f53248

Please sign in to comment.