Initial commit

This commit is contained in:
Björn Busse 2024-01-07 21:03:28 +01:00
commit b5e046234c
6 changed files with 228 additions and 0 deletions

12
tf/terraform.tf Normal file
View file

@ -0,0 +1,12 @@
terraform {
required_providers {
flux = {
source = "fluxcd/flux"
version = "1.2.2"
}
}
}
provider "flux" {
# Configuration options
}