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

This commit is contained in:
gitops_test 2026-07-14 11:58:21 +00:00
parent 06a9b0c676
commit bcbb68cc66

View File

@ -0,0 +1,26 @@
apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: configuration-2
namespace: proveedordatos
labels:
observer: "true"
uuid: "2"
spec:
path: ./terraform-configurations/2
interval: 3m
approvePlan: auto
destroyResourcesOnDeletion: true
sourceRef:
kind: GitRepository
name: terraform-data
runnerPodTemplate:
spec:
envFrom:
- secretRef:
name: azure-terraform-dashboard-neoimpact-test
writeOutputsToSecret:
name: configuration-2-outputs
labels:
observer: "true"
uuid: "2"