Skip to content

Commit

Permalink
Update regional/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
brettcurtis and coderabbitai[bot] authored Oct 12, 2024
1 parent c993a4b commit 1d01a5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions regional/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@ resource "kubernetes_manifest" "istio_gateway_ca_issuer" {
}
}
}

depends_on = [
kubernetes_manifest.istio_gateway_ca_certificate
]
}

resource "kubernetes_manifest" "istio_gateway_tls" {
Expand Down

0 comments on commit 1d01a5c

Please sign in to comment.