From fdefaf6ef24bef5ed4aebd2b1f16892e5dab8be3 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 23 Apr 2026 08:43:49 +0000 Subject: [PATCH] azure: created cloud-accounts/azure/terraform/azure-northeurope/account-azure-northeurope.yaml --- .../account-azure-northeurope.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 cloud-accounts/azure/terraform/azure-northeurope/account-azure-northeurope.yaml diff --git a/cloud-accounts/azure/terraform/azure-northeurope/account-azure-northeurope.yaml b/cloud-accounts/azure/terraform/azure-northeurope/account-azure-northeurope.yaml new file mode 100644 index 0000000..f4677a3 --- /dev/null +++ b/cloud-accounts/azure/terraform/azure-northeurope/account-azure-northeurope.yaml @@ -0,0 +1,33 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: azure-terraform-azure-northeurope + namespace: dataprovider01 + labels: + uuid: "1" + observer: "true" +spec: + refreshInterval: 6h + secretStoreRef: + name: provisioner-secrets + kind: SecretStore + data: + - secretKey: ARM_CLIENT_ID + remoteRef: + key: cloud-accounts/azure/azure-northeurope + property: ARM_CLIENT_ID + - secretKey: ARM_CLIENT_SECRET + remoteRef: + key: cloud-accounts/azure/azure-northeurope + property: ARM_CLIENT_SECRET + - secretKey: ARM_TENANT_ID + remoteRef: + key: cloud-accounts/azure/azure-northeurope + property: ARM_TENANT_ID + - secretKey: ARM_SUBSCRIPTION_ID + remoteRef: + key: cloud-accounts/azure/azure-northeurope + property: ARM_SUBSCRIPTION_ID + target: + name: azure-terraform-azure-northeurope + creationPolicy: Owner