terraform: created terraform-fluxcd-runners/21/configuration-21.yaml

This commit is contained in:
gitops_test 2026-06-03 09:40:30 +00:00
parent c5338e7e3c
commit ccff323037

View File

@ -0,0 +1,26 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-21
namespace: dataprovider01
labels:
observer: "true"
uuid: "21"
spec:
path: ./terraform-configurations/21
interval: 3m
approvePlan: auto
destroyResourcesOnDeletion: true
sourceRef:
kind: GitRepository
name: terraform-data
runnerPodTemplate:
spec:
envFrom:
- secretRef:
name: azure-terraform-azure-northeurope
writeOutputsToSecret:
name: configuration-21-outputs
labels:
observer: "true"
uuid: "21"