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

This commit is contained in:
gitops_test 2026-01-28 08:49:51 +00:00
parent e15a20ecb5
commit 38b1acc51e

View File

@ -0,0 +1,26 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-17
namespace: dataprovider01
labels:
observer: "true"
uuid: "17"
spec:
path: ./terraform-configurations/17
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-17-outputs
labels:
observer: "true"
uuid: "17"