backport of commit 3e4e380c82 (#13523)

Co-authored-by: karthik P <karthik200499@gmail.com>
pull/13530/head
hc-github-team-packer 3 months ago committed by GitHub
parent 23e9b99b5e
commit 8622c22a27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,7 @@ func TestHttpDataSource(t *testing.T) {
Path: testDatasourceBasic,
Error: false,
ExpectedOutputs: map[string]string{
"url": "url is https://www.packer.io/",
"url": "url is https://www.google.com",
// Check that body is not empty
"body": "body is true",
},

@ -3,7 +3,7 @@ source "null" "example" {
}
data "http" "basic" {
url = "https://www.packer.io/"
url = "https://www.google.com"
}
locals {

Loading…
Cancel
Save