Skip to content

Commit

Permalink
Latest push:
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Sep 24, 2024
1 parent 363cc6d commit d264a37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit d264a37

Please sign in to comment.