From 26a40563a08b18b912eeb78ff31dc049e3c119b8 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 11 Jun 2026 12:51:22 +0000 Subject: [PATCH] aws: created cloud-accounts/aws/terraform/aws-northeurope/account-aws-northeurope.yaml --- .../account-aws-northeurope.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 cloud-accounts/aws/terraform/aws-northeurope/account-aws-northeurope.yaml diff --git a/cloud-accounts/aws/terraform/aws-northeurope/account-aws-northeurope.yaml b/cloud-accounts/aws/terraform/aws-northeurope/account-aws-northeurope.yaml new file mode 100644 index 0000000..4433176 --- /dev/null +++ b/cloud-accounts/aws/terraform/aws-northeurope/account-aws-northeurope.yaml @@ -0,0 +1,29 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: aws-terraform-aws-northeurope + namespace: dataprovider01 + labels: + uuid: "40" + observer: "true" +spec: + refreshInterval: 6h + secretStoreRef: + name: provisioner-secrets + kind: SecretStore + data: + - secretKey: AWS_ACCESS_KEY_ID + remoteRef: + key: cloud-accounts/aws/aws-northeurope + property: AWS_ACCESS_KEY_ID + - secretKey: AWS_SECRET_ACCESS_KEY + remoteRef: + key: cloud-accounts/aws/aws-northeurope + property: AWS_SECRET_ACCESS_KEY + - secretKey: AWS_DEFAULT_REGION + remoteRef: + key: cloud-accounts/aws/aws-northeurope + property: AWS_DEFAULT_REGION + target: + name: aws-terraform-aws-northeurope + creationPolicy: Owner