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 2cdda02 commit e489c53
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ terraform {
}

resource "genesyscloud_flow" "classifier_flow" {
filepath = "./EmailComprehendFlow.yaml"
file_content_hash = filesha256("./EmailComprehendFlow.yaml")

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

0 comments on commit e489c53

Please sign in to comment.