We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdda02 commit e489c53Copy full SHA for e489c53
blueprint/genesys-cloud-cx-as-code/modules/deploy_flows/main.tf
@@ -9,7 +9,6 @@ terraform {
9
}
10
11
resource "genesyscloud_flow" "classifier_flow" {
12
- filepath = "./EmailComprehendFlow.yaml"
13
- file_content_hash = filesha256("./EmailComprehendFlow.yaml")
14
-
+ filepath = "/home/runner/work/cx-as-code-cicd-gitactions-blueprint/cx-as-code-cicd-gitactions-blueprint/blueprint/genesyscloud-cx-as-code-/modules/EmailComprehendFlow.yaml"
+ 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")
15
0 commit comments