From d264a3734e09888608914ea1d7c835c9d8568851 Mon Sep 17 00:00:00 2001 From: John Carnell Date: Tue, 24 Sep 2024 14:02:44 -0400 Subject: [PATCH] Latest push: --- .../genesys-cloud-cx-as-code/modules/deploy_flows/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprint/genesys-cloud-cx-as-code/modules/deploy_flows/main.tf b/blueprint/genesys-cloud-cx-as-code/modules/deploy_flows/main.tf index 0cf29b3..73fff96 100644 --- a/blueprint/genesys-cloud-cx-as-code/modules/deploy_flows/main.tf +++ b/blueprint/genesys-cloud-cx-as-code/modules/deploy_flows/main.tf @@ -9,6 +9,6 @@ terraform { } resource "genesyscloud_flow" "classifier_flow" { - filepath = "/home/runner/work/cx-as-code-cicd-gitactions-blueprint/cx-as-code-cicd-gitactions-blueprint/blueprint/genesys-cloud-cx-as-code/modules/deploy_flows/EmailComprehendFlow.yaml" - file_content_hash = filesha256("/home/runner/work/cx-as-code-cicd-gitactions-blueprint/cx-as-code-cicd-gitactions-blueprint/blueprint/genesys-cloud-cx-as-code/modules/deploy_flows/EmailComprehendFlow.yaml") + filepath = "./deploy_flows/EmailComprehendFlow.yaml" + file_content_hash = filesha256("./deploy_flows/EmailComprehendFlow.yaml") }