From 2bce1e9fe8309b29ef3a0eab24e6b23d5e6142d5 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Tue, 23 Jun 2026 11:28:47 +0000 Subject: [PATCH] terraform: created terraform-fluxcd-runners/225/configuration-225.yaml --- .../225/configuration-225.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 terraform-fluxcd-runners/225/configuration-225.yaml diff --git a/terraform-fluxcd-runners/225/configuration-225.yaml b/terraform-fluxcd-runners/225/configuration-225.yaml new file mode 100644 index 0000000..0f61ae3 --- /dev/null +++ b/terraform-fluxcd-runners/225/configuration-225.yaml @@ -0,0 +1,26 @@ +apiVersion: infra.contrib.fluxcd.io/v1alpha2 +kind: Terraform +metadata: + name: configuration-225 + namespace: dataprovider01 + labels: + observer: "true" + uuid: "225" +spec: + path: ./terraform-configurations/225 + interval: 3m + approvePlan: auto + destroyResourcesOnDeletion: true + sourceRef: + kind: GitRepository + name: terraform-data + runnerPodTemplate: + spec: + envFrom: + - secretRef: + name: ovh-terraform-demo-cloud-env-20260623 + writeOutputsToSecret: + name: configuration-225-outputs + labels: + observer: "true" + uuid: "225"