You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/packer_test/dag_tests/templates/malformed_data_dep.pkr.hcl

9 lines
159 B

data "http" "trusted_ca_certificates" {
method = "GET"
url = "http://example.com/ca-bundle.crt"
}
locals {
test = data.trusted_ca_certificates.url
}