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 a4eb5e5..609809e 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/genesyscloud-cx-as-code/modules/EmailComprehendFlow.yaml" - file_content_hash = filesha256("/home/runner/work/cx-as-code-cicd-gitactions-blueprint/cx-as-code-cicd-gitactions-blueprint/blueprint/genesyscloud-cx-as-code/modules/EmailComprehendFlow.yaml") + filepath = "/home/runner/work/cx-as-code-cicd-gitactions-blueprint/cx-as-code-cicd-gitactions-blueprint/blueprint/genesyscloud-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/genesyscloud-cx-as-code/modules/deploy_flows/EmailComprehendFlow.yaml") }