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

This commit is contained in:
gitops_test 2026-05-21 11:15:35 +00:00
parent dd954f1c75
commit 5ffb90fe70

View File

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