Skip to content

Commit

Permalink
add explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Jan 13, 2025
1 parent 7f1bc71 commit d8719bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/infra/terraform/modules/ec_deployment/deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ resource "null_resource" "secret_token" {
}

data "local_sensitive_file" "secret_token" {
filename = local.secret_token_file
filename = local.secret_token_file
depends_on = [null_resource.secret_token]
}

resource "null_resource" "shard_settings" {
Expand Down

0 comments on commit d8719bf

Please sign in to comment.