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