Skip to content

Commit

Permalink
Use dot internal instead of dot local
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobison-sb authored Sep 8, 2020
1 parent 7296db9 commit 13bbde0
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 13bbde0

Please sign in to comment.