From 366f9042a4756a1e1fb57c50e28b310933ac5811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= <65334626+nilsgstrabo@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:37:26 +0100 Subject: [PATCH] fix incorrect fedcred --- terraform/subscriptions/s940/c2/common/main.tf | 6 +++--- terraform/subscriptions/s940/prod/common/main.tf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/terraform/subscriptions/s940/c2/common/main.tf b/terraform/subscriptions/s940/c2/common/main.tf index 364e6446..b50ba073 100644 --- a/terraform/subscriptions/s940/c2/common/main.tf +++ b/terraform/subscriptions/s940/c2/common/main.tf @@ -113,10 +113,10 @@ module "radix-id-acr-workflows" { issuer = "https://token.actions.githubusercontent.com" subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release" }, - radix-acr-cleanup-release = { - name = "radix-acr-cleanup-release" + radix-cluster-cleanup-release = { + name = "radix-cluster-cleanup-release" issuer = "https://token.actions.githubusercontent.com" - subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release" + subject = "repo:equinor/radix-cluster-cleanup:ref:refs/heads/release" }, radix-cicd-canary-release = { name = "radix-cicd-canary-release" diff --git a/terraform/subscriptions/s940/prod/common/main.tf b/terraform/subscriptions/s940/prod/common/main.tf index 94f37290..9607b4e3 100644 --- a/terraform/subscriptions/s940/prod/common/main.tf +++ b/terraform/subscriptions/s940/prod/common/main.tf @@ -110,10 +110,10 @@ module "radix-id-acr-workflows" { issuer = "https://token.actions.githubusercontent.com" subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release" }, - radix-acr-cleanup-release = { - name = "radix-acr-cleanup-release" + radix-cluster-cleanup-release = { + name = "radix-cluster-cleanup-release" issuer = "https://token.actions.githubusercontent.com" - subject = "repo:equinor/radix-acr-cleanup:ref:refs/heads/release" + subject = "repo:equinor/radix-cluster-cleanup:ref:refs/heads/release" }, radix-cicd-canary-release = { name = "radix-cicd-canary-release"