⬆️ Update Terraform flux to v1.5.0
This commit is contained in:
parent
562a585cb5
commit
7de8557229
2 changed files with 2 additions and 2 deletions
terraform
|
@ -2,7 +2,7 @@ terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
flux = {
|
flux = {
|
||||||
source = "fluxcd/flux"
|
source = "fluxcd/flux"
|
||||||
version = "1.4.0"
|
version = "1.5.0"
|
||||||
}
|
}
|
||||||
bitwarden-secrets = {
|
bitwarden-secrets = {
|
||||||
source = "sebastiaan-dev/bitwarden-secrets"
|
source = "sebastiaan-dev/bitwarden-secrets"
|
||||||
|
|
|
@ -30,7 +30,7 @@ terraform {
|
||||||
}
|
}
|
||||||
flux = {
|
flux = {
|
||||||
source = "fluxcd/flux"
|
source = "fluxcd/flux"
|
||||||
version = "1.4.0"
|
version = "1.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue