Skip to content

Commit

Permalink
Fix dependency for backend terraform module
Browse files Browse the repository at this point in the history
  • Loading branch information
mejedi committed Feb 2, 2020
1 parent f82ac50 commit ac67073
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployments/modules/backend/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
output "web_cluster" {
value = digitalocean_droplet.web
depends_on = [
null_resource.configure_compute_cluster_user
]
}

output "compute_cluster_amd64" {
Expand Down

0 comments on commit ac67073

Please sign in to comment.