diff --git a/builder/amazon/common/ssh_test.go b/builder/amazon/common/ssh_test.go index ed9c0ae08..9f1d4a53e 100644 --- a/builder/amazon/common/ssh_test.go +++ b/builder/amazon/common/ssh_test.go @@ -35,8 +35,8 @@ func TestSSHHost(t *testing.T) { {2, "", true, true, privateIP}, {2, "vpc-id", false, true, publicIP}, {2, "vpc-id", true, true, privateIP}, - {2, "", false, true, publicDNS}, - {2, "", true, true, privateIP}, + {3, "", false, false, ""}, + {3, "", true, false, ""}, {3, "vpc-id", false, false, ""}, {3, "vpc-id", true, false, ""}, }