Skip to content

Commit 9eb8f4f

Browse files
[CI] Fix terraform plan
Some fiddling with the metrics Github PAT broke terraform plan. This patch fixes that by explicitly setting the version with a note to get rid of that once everything gets rolled again.
1 parent f3c8707 commit 9eb8f4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

premerge/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ resource "helm_release" "grafana-k8s-monitoring" {
339339

340340
data "google_secret_manager_secret_version" "metrics_github_pat" {
341341
secret = "llvm-premerge-metrics-github-pat"
342+
# TODO(boomanaiden154): Remove this once the latest version is not destroyed
343+
# and we do not need this anymore.
344+
version = "4"
342345
}
343346

344347
data "google_secret_manager_secret_version" "metrics_grafana_api_key" {

0 commit comments

Comments
 (0)