mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-13 00:46:16 -06:00
Merge pull request #13047 from hashicorp/p-aws-route-53-zone
Fixes route53 test
This commit is contained in:
commit
7c21b6ad49
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user