mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-13 08:56:32 -06:00
Fixes route53 test
This commit is contained in:
parent
17f60ac682
commit
84a9bcde9a
@ -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