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