diff --git a/terraform-fluxcd-runners/215/configuration-215.yaml b/terraform-fluxcd-runners/215/configuration-215.yaml new file mode 100644 index 0000000..bcca7f0 --- /dev/null +++ b/terraform-fluxcd-runners/215/configuration-215.yaml @@ -0,0 +1,26 @@ +apiVersion: infra.contrib.fluxcd.io/v1alpha2 +kind: Terraform +metadata: + name: configuration-215 + namespace: dataprovider01 + labels: + observer: "true" + uuid: "215" +spec: + path: ./terraform-configurations/215 + interval: 3m + approvePlan: auto + destroyResourcesOnDeletion: true + sourceRef: + kind: GitRepository + name: terraform-data + runnerPodTemplate: + spec: + envFrom: + - secretRef: + name: ovh-terraform-tst-oliveira-20260521-ovh + writeOutputsToSecret: + name: configuration-215-outputs + labels: + observer: "true" + uuid: "215"