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

This commit is contained in:
gitops_test 2026-06-23 09:12:56 +00:00
parent e0a4355b3a
commit 89df1fd2ca

View File

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