Skip to content

Commit 5aaee6c

Browse files
fix: add depends_on for time sleep (#540)
1 parent 8d115e4 commit 5aaee6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/pi-sap-system-type1/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ locals {
144144
}
145145

146146
resource "time_sleep" "wait_1_min" {
147+
depends_on = [ibm_pi_network.sap_network]
147148
create_duration = "60s"
148149
}
149150

0 commit comments

Comments
 (0)