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

This commit is contained in:
gitops_test 2026-08-03 10:00:46 +00:00
parent 0780738a2e
commit 51ad5e3bd8

View File

@ -0,0 +1,26 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-369
namespace: dataprovider01
labels:
observer: "true"
uuid: "369"
spec:
path: ./terraform-configurations/369
interval: 3m
approvePlan: auto
destroyResourcesOnDeletion: true
sourceRef:
kind: GitRepository
name: terraform-data
runnerPodTemplate:
spec:
envFrom:
- secretRef:
name: ovh-terraform-cloud-env-qa-test-31-07-2026
writeOutputsToSecret:
name: configuration-369-outputs
labels:
observer: "true"
uuid: "369"