Skip to content

Commit

Permalink
Add depens_on for rest request
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonaHa committed Jan 22, 2025
1 parent c201e5a commit fea2fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ewc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -476,5 +476,7 @@ resource "restapi_object" "apsisix_secret_put" {
id_attribute = "1"
object_id = "1"
data = jsonencode(local.apisix_secret_put_body)

depends_on = [helm_release.apisix]
}

0 comments on commit fea2fa5

Please sign in to comment.