Skip to content

Commit 0e97232

Browse files
committed
testing
1 parent 6167f15 commit 0e97232

File tree

1 file changed

+1
-1
lines changed
  • modules/data_warehouse/workflow_polling

1 file changed

+1
-1
lines changed

modules/data_warehouse/workflow_polling/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ data "http" "call_workflows_state" {
3838

3939
## Parse out the workflow execution state from the API call response
4040
locals {
41-
response_body = data.http.call_workflows_state.response_body
41+
response_body = jsondecode(data.http.call_workflows_state.response_body)
4242
workflow_state = local.response_body.executions[0].state
4343
depends_on = [
4444
time_sleep.workflow_execution_wait,

0 commit comments

Comments
 (0)