Merge pull request #18039 from outsideris/update-idna
Add test to verify terraform can handle hostname that starts with numeric chars
This commit is contained in:
commit
009534d101
|
@ -126,6 +126,11 @@ func TestForComparison(t *testing.T) {
|
|||
"hashicorp.com",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"1example.com",
|
||||
"1example.com",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"Испытание.com",
|
||||
"xn--80akhbyknj4f.com",
|
||||
|
|
Loading…
Reference in New Issue