diff --git a/datasource/http/test-fixtures/404_url.pkr.hcl b/datasource/http/test-fixtures/404_url.pkr.hcl index 398af371d..61446d4a2 100644 --- a/datasource/http/test-fixtures/404_url.pkr.hcl +++ b/datasource/http/test-fixtures/404_url.pkr.hcl @@ -4,7 +4,7 @@ source "null" "example" { } data "http" "basic" { - url = "https://www.packer.io/thisWillFail" + url = "https://developer.hashicorp.com/packer/thisWillFail" } locals {