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_local_dep.pkr.hcl

5 lines
83 B

data "http" "trusted_ca_certificates" {
method = "GET"
url = local.no_dep
}