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") }