obch/tf/terraform.tf
2024-01-07 21:03:28 +01:00

13 lines
160 B
HCL

terraform {
required_providers {
flux = {
source = "fluxcd/flux"
version = "1.2.2"
}
}
}
provider "flux" {
# Configuration options
}