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 d264a37 commit 146201d
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 = "./deploy_flows/EmailComprehendFlow.yaml"
file_content_hash = filesha256("./deploy_flows/EmailComprehendFlow.yaml")
filepath = "./modules/deploy_flows/EmailComprehendFlow.yaml"
file_content_hash = filesha256("./modules/deploy_flows/EmailComprehendFlow.yaml")
}

0 comments on commit 146201d

Please sign in to comment.