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 274161c commit 2cdda02
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 = "EmailComprehendFlow.yaml"
file_content_hash = filesha256("EmailComprehendFlow.yaml")
filepath = "./EmailComprehendFlow.yaml"
file_content_hash = filesha256("./EmailComprehendFlow.yaml")

}

0 comments on commit 2cdda02

Please sign in to comment.