13 lines
160 B
HCL
13 lines
160 B
HCL
terraform {
|
|
required_providers {
|
|
flux = {
|
|
source = "fluxcd/flux"
|
|
version = "1.2.2"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "flux" {
|
|
# Configuration options
|
|
}
|