Skip to content

Commit e489c53

Browse files
Latest push:
1 parent 2cdda02 commit e489c53

File tree

1 file changed

+2
-3
lines changed
  • blueprint/genesys-cloud-cx-as-code/modules/deploy_flows

1 file changed

+2
-3
lines changed

blueprint/genesys-cloud-cx-as-code/modules/deploy_flows/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ terraform {
99
}
1010

1111
resource "genesyscloud_flow" "classifier_flow" {
12-
filepath = "./EmailComprehendFlow.yaml"
13-
file_content_hash = filesha256("./EmailComprehendFlow.yaml")
14-
12+
filepath = "/home/runner/work/cx-as-code-cicd-gitactions-blueprint/cx-as-code-cicd-gitactions-blueprint/blueprint/genesyscloud-cx-as-code-/modules/EmailComprehendFlow.yaml"
13+
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")
1514
}

0 commit comments

Comments
 (0)