mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
Fix the failing acceptance test
This commit is contained in:
committed by
Jenna Goldstrich
parent
19fa630090
commit
caed569efb
@@ -4,7 +4,7 @@ source "null" "example" {
|
||||
}
|
||||
|
||||
data "http" "basic" {
|
||||
url = "https://www.packer.io/thisWillFail"
|
||||
url = "https://developer.hashicorp.com/packer/thisWillFail"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user