⬆️ Update Terraform flux to v1.5.0

This commit is contained in:
Renovate Bot 2025-02-23 08:32:16 +00:00
parent 562a585cb5
commit 7de8557229
2 changed files with 2 additions and 2 deletions
terraform

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
flux = {
source = "fluxcd/flux"
version = "1.4.0"
version = "1.5.0"
}
bitwarden-secrets = {
source = "sebastiaan-dev/bitwarden-secrets"

View file

@ -30,7 +30,7 @@ terraform {
}
flux = {
source = "fluxcd/flux"
version = "1.4.0"
version = "1.5.0"
}
}
}