mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-22 06:37:02 -04:00
Fix the failing acceptance test
This commit is contained in:
parent
19fa630090
commit
caed569efb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ source "null" "example" {
|
|||
}
|
||||
|
||||
data "http" "basic" {
|
||||
url = "https://www.packer.io/thisWillFail"
|
||||
url = "https://developer.hashicorp.com/packer/thisWillFail"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
|
|
|||
Loading…
Reference in a new issue