deployer/terraform/sap_bgprint/filecontent.tf (6 lines of code) (raw):
data "local_file" "apiconnection" {
filename = "${path.module}/schemas/apiconnection.json"
}
data "local_file" "http_trigger" {
filename = "${path.module}/schemas/httptrigger.json"
}