This repository has been archived on 2025-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
iac/terraform/flux/provider.tf

12 lines
No EOL
220 B
HCL

terraform {
required_providers {
flux = {
source = "fluxcd/flux"
version = "1.5.1"
}
bitwarden-secrets = {
source = "sebastiaan-dev/bitwarden-secrets"
version = "0.1.2"
}
}
}