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

This commit is contained in:
gitops_test 2026-01-27 11:26:00 +00:00
parent d6054d2a15
commit e3e8d3c24f

View File

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