Merge pull request #13047 from hashicorp/p-aws-route-53-zone

Fixes route53 test
This commit is contained in:
Matthew Frahry 2017-03-24 10:46:04 -06:00 committed by GitHub
commit 7c21b6ad49
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
func TestAccDataSourceAwsRoute53Zone(t *testing.T) {
rInt := acctest.RandInt()
publicResourceName := "aws_route53_zon.test"
publicResourceName := "aws_route53_zone.test"
publicDomain := fmt.Sprintf("terraformtestacchz-%d.com.", rInt)
privateResourceName := "aws_route53_zone.test_private"
privateDomain := fmt.Sprintf("test.acc-%d.", rInt)