File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ terraform {
24
24
source = " hashicorp/google-beta"
25
25
version = " >= 4.52, < 6"
26
26
}
27
+ archive = {
28
+ source = " hashicorp/archive"
29
+ version = " 2.4.2"
30
+ }
27
31
time = {
28
32
source = " hashicorp/time"
29
33
version = " >= 0.9.1"
@@ -36,6 +40,10 @@ terraform {
36
40
source = " hashicorp/local"
37
41
version = " >=2.4"
38
42
}
43
+ random = {
44
+ source = " hashicorp/random"
45
+ version = " 3.6.0"
46
+ }
39
47
}
40
48
required_version = " >= 0.13"
41
49
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ locals {
45
45
# # Output the workflow state to use as input for subsequent invocations
46
46
output "workflow_state" {
47
47
description = " State of the most recent workflow execution. Used to determine how to proceed with next polling run."
48
- value = local. workflow_state
48
+ value = local. workflow_state
49
49
}
50
50
51
51
# # If workflow execution is actively running, sleep for 90 seconds to allow it to finish
You can’t perform that action at this time.
0 commit comments