Skip to content

Commit 7de8557

Browse files
author
Renovate Bot
committedFeb 23, 2025
⬆️ Update Terraform flux to v1.5.0
1 parent 562a585 commit 7de8557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎terraform/flux/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
flux = {
44
source = "fluxcd/flux"
5-
version = "1.4.0"
5+
version = "1.5.0"
66
}
77
bitwarden-secrets = {
88
source = "sebastiaan-dev/bitwarden-secrets"

‎terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
}
3131
flux = {
3232
source = "fluxcd/flux"
33-
version = "1.4.0"
33+
version = "1.5.0"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)
Please sign in to comment.