Merge pull request #13480 from hashicorp/karthik/fix/at/datasource/http

changing URL of http datasource acceptance test to avoid rate limit.
pull/13344/head^2
kp2099 5 months ago committed by GitHub
commit 0a7c8c1078
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