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"