From bd668ef5cd6063adf9f75b190a9388a9033fc6fa Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 18 Jun 2026 07:43:50 +0000 Subject: [PATCH] terraform: created terraform-fluxcd-runners/2/configuration-2.yaml --- .../2/configuration-2.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 terraform-fluxcd-runners/2/configuration-2.yaml diff --git a/terraform-fluxcd-runners/2/configuration-2.yaml b/terraform-fluxcd-runners/2/configuration-2.yaml new file mode 100644 index 0000000..cefe6ac --- /dev/null +++ b/terraform-fluxcd-runners/2/configuration-2.yaml @@ -0,0 +1,26 @@ +apiVersion: infra.contrib.fluxcd.io/v1alpha2 +kind: Terraform +metadata: + name: configuration-2 + namespace: weberprovider + 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: aws-terraform-aws-eu-west-1 + writeOutputsToSecret: + name: configuration-2-outputs + labels: + observer: "true" + uuid: "2"