Skip to content

Commit ac67073

Browse files
committed
Fix dependency for backend terraform module
1 parent f82ac50 commit ac67073

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deployments/modules/backend/outputs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
output "web_cluster" {
22
value = digitalocean_droplet.web
3+
depends_on = [
4+
null_resource.configure_compute_cluster_user
5+
]
36
}
47

58
output "compute_cluster_amd64" {

0 commit comments

Comments
 (0)