diff --git a/cloud-accounts/azure/terraform/dashboard-neoimpact-northeurope/account-dashboard-neoimpact-northeurope.yaml b/cloud-accounts/azure/terraform/dashboard-neoimpact-northeurope/account-dashboard-neoimpact-northeurope.yaml new file mode 100644 index 0000000..7a40787 --- /dev/null +++ b/cloud-accounts/azure/terraform/dashboard-neoimpact-northeurope/account-dashboard-neoimpact-northeurope.yaml @@ -0,0 +1,33 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: azure-terraform-dashboard-neoimpact-northeurope + namespace: empresasepprovider + labels: + uuid: "1" + observer: "true" +spec: + refreshInterval: 6h + secretStoreRef: + name: provisioner-secrets + kind: SecretStore + data: + - secretKey: ARM_CLIENT_ID + remoteRef: + key: cloud-accounts/azure/dashboard-neoimpact-northeurope + property: ARM_CLIENT_ID + - secretKey: ARM_CLIENT_SECRET + remoteRef: + key: cloud-accounts/azure/dashboard-neoimpact-northeurope + property: ARM_CLIENT_SECRET + - secretKey: ARM_TENANT_ID + remoteRef: + key: cloud-accounts/azure/dashboard-neoimpact-northeurope + property: ARM_TENANT_ID + - secretKey: ARM_SUBSCRIPTION_ID + remoteRef: + key: cloud-accounts/azure/dashboard-neoimpact-northeurope + property: ARM_SUBSCRIPTION_ID + target: + name: azure-terraform-dashboard-neoimpact-northeurope + creationPolicy: Owner