From 17f30e11e78e840061bc0fd1c5f771e0482abef6 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 4 Jun 2026 15:35:41 +0000 Subject: [PATCH] terraform: created terraform-fluxcd-runners/35/configuration-35.yaml --- .../35/configuration-35.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 terraform-fluxcd-runners/35/configuration-35.yaml diff --git a/terraform-fluxcd-runners/35/configuration-35.yaml b/terraform-fluxcd-runners/35/configuration-35.yaml new file mode 100644 index 0000000..9d244e1 --- /dev/null +++ b/terraform-fluxcd-runners/35/configuration-35.yaml @@ -0,0 +1,26 @@ +apiVersion: infra.contrib.fluxcd.io/v1alpha2 +kind: Terraform +metadata: + name: configuration-35 + namespace: dataprovider01 + labels: + observer: "true" + uuid: "35" +spec: + path: ./terraform-configurations/35 + interval: 3m + approvePlan: auto + destroyResourcesOnDeletion: true + sourceRef: + kind: GitRepository + name: terraform-data + runnerPodTemplate: + spec: + envFrom: + - secretRef: + name: azure-terraform-azure-northeurope + writeOutputsToSecret: + name: configuration-35-outputs + labels: + observer: "true" + uuid: "35"