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

This commit is contained in:
gitops_test 2026-05-28 14:46:30 +00:00
parent e64f1f7968
commit 6cb4a49959

View File

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