Skip to content

Commit

Permalink
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 aa05a5a commit f54dda0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ 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"
}
Expand Down

0 comments on commit f54dda0

Please sign in to comment.