Skip to content

Commit

Permalink
NO-JIRA: Adding flow logic
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Sep 24, 2024
1 parent 177a725 commit 2e086c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}

resource "genesyscloud_flow" "classifier_flow" {
filepath = "../../..genesyscloud-architect-flows/EmailComprehendFlow.yaml"
file_content_hash = filesha256("./../..genesyscloud-architect-flows/EmailComprehendFlow.yaml")
filepath = "../../../genesyscloud-architect-flows/EmailComprehendFlow.yaml"
file_content_hash = filesha256("./../../genesyscloud-architect-flows/EmailComprehendFlow.yaml")

}

0 comments on commit 2e086c0

Please sign in to comment.