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