Skip to content

Commit 69a3337

Browse files
committed
init commit
1 parent a26570f commit 69a3337

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

solutions/deploy/cloud-pak-deployer/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ locals {
2020
oc = "oc --kubeconfig ${var.kube_config_path}"
2121
paths = {
2222
definitions = "${var.schematics_workspace.persistent_dir_exists ? "${var.schematics_workspace.persistent_dir_path}/" : ""}${path.module}/definitions"
23-
scripts = "${path.module}/scripts"
2423
templates = "${path.module}/templates"
2524
}
2625
yaml_files = {
27-
job_uninstall_cpd = "job-uninstall-cpd.yaml.tmplt"
26+
job_uninstall_cpd = "job-uninstall-cpd.yaml.tftpl"
2827
}
2928
}
3029

0 commit comments

Comments
 (0)