Skip to content

Commit 65c8ec1

Browse files
Latest push:
1 parent e489c53 commit 65c8ec1

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

1111
resource "genesyscloud_flow" "classifier_flow" {
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")
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")
1414
}

0 commit comments

Comments
 (0)