Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Dec 4, 2024
1 parent 14806b5 commit 3f29633
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import:
update-module-versions:
@modules=$$(hcl2json < main.tf | jq '.module|keys|.[]' -r 2>/dev/null) || true
if [ -n "$$modules" ]; then
set -x
for module in $$modules; do
source=$$(hcl2json < main.tf | jq ".module[\"$$module\"][0].source" -r)
url=$$(./urlparse "$$source" "https://{netloc}{path}/raw/refs/heads/main/version.txt")
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "teleport-agent" {
}

module "flux" {
source = "github.com/getupcloud/terraform-module-flux?ref=v2.8.0"
source = "github.com/getupcloud/terraform-module-flux?ref=v2.8.1"
count = var.terraform_mode == "terraform-install" ? 1 : 0

git_repo = var.flux_git_repo
Expand Down

0 comments on commit 3f29633

Please sign in to comment.