Description
The acctest.RandomDomainName and acctest.RandomSubdomain and acctest.RandomFQDomainName helper functions are currently underpinned by the Plugin SDK V2 based random string generation logic, which is not VCR-aware. These helper functions should be refactored to accept a *testing.T and call to the internal acctest.RandString generator to ensure deterministic domain names are generated upon test replay.
Important Facts and References
Relates #25602
Would you like to implement a relevant change?
No
Description
The
acctest.RandomDomainNameandacctest.RandomSubdomainandacctest.RandomFQDomainNamehelper functions are currently underpinned by the Plugin SDK V2 based random string generation logic, which is not VCR-aware. These helper functions should be refactored to accept a*testing.Tand call to the internalacctest.RandStringgenerator to ensure deterministic domain names are generated upon test replay.Important Facts and References
Relates #25602
Would you like to implement a relevant change?
No