From c03c84ff04e651eccea8f9c5bc3bee429e2fbf38 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Wed, 5 Nov 2025 11:39:04 +0000 Subject: [PATCH] terraform: created terraform-fluxcd-runners/14/configuration-14.yaml --- .../14/configuration-14.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 terraform-fluxcd-runners/14/configuration-14.yaml diff --git a/terraform-fluxcd-runners/14/configuration-14.yaml b/terraform-fluxcd-runners/14/configuration-14.yaml new file mode 100644 index 0000000..098b9be --- /dev/null +++ b/terraform-fluxcd-runners/14/configuration-14.yaml @@ -0,0 +1,26 @@ +apiVersion: infra.contrib.fluxcd.io/v1alpha2 +kind: Terraform +metadata: + name: configuration-14 + namespace: dataprovider01 + labels: + observer: "true" + uuid: "14" +spec: + path: ./terraform-configurations/14 + interval: 3m + approvePlan: auto + destroyResourcesOnDeletion: true + sourceRef: + kind: GitRepository + name: terraform-data + runnerPodTemplate: + spec: + envFrom: + - secretRef: + name: ionos-provider-terraform + writeOutputsToSecret: + name: configuration-14-outputs + labels: + observer: "true" + uuid: "14"