Skip to content

Commit

Permalink
Merge pull request #15081 from jrobison-sb/dont-use-dot-local-example
Browse files Browse the repository at this point in the history
Use dot internal instead of dot local
  • Loading branch information
breathingdust authored Feb 11, 2021
2 parents 4425957 + 13bbde0 commit bc48c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/service_discovery_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "aws_vpc" "example" {
}
resource "aws_service_discovery_private_dns_namespace" "example" {
name = "example.terraform.local"
name = "example.terraform.internal"
description = "example"
vpc = aws_vpc.example.id
}
Expand Down

0 comments on commit bc48c21

Please sign in to comment.