aws: created cloud-accounts/aws/terraform/aws-northeurope/account-aws-northeurope.yaml

This commit is contained in:
gitops_test 2026-06-11 12:51:22 +00:00
parent fdefaf6ef2
commit 26a40563a0

View File

@ -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