terraform-module-versions
terraform-module-versions copied to clipboard
CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
Set BASICAUTH_USERNAME and BASICAUTH_PASSWORD for activating basic auth.
My terraform ```hcl module "ecs_alb_service_task" { source = "cloudposse/ecs-alb-service-task/aws" version = "0.56.0" } ``` This shows pre-release for some reason ``` ✗ terraform-module-versions check -pre-release=false . | UPDATE? | NAME...
The release process is messy & should be replaced with pure gh Actions instead of the current Makefile DIY thing.
Added the name of the module to the tabled output. Example output: ``` | UPDATE? | NAME | MODULE NAME | CONSTRAINT | VERSION | LATEST MATCHING | LATEST |...
Added extra Terragrunt examples as described in: https://github.com/keilerkonzept/terraform-module-versions/issues/34
Something odd happens in the CI env (see eg. Release steps in https://github.com/keilerkonzept/terraform-module-versions/runs/1542725858?check_suite_focus=true): ``` [terraform-module-versions] error: fetch versions from "ssh://[email protected]/hashicorp/terraform-aws-consul": git list refs: error creating SSH agent: "SSH agent requested...
I have problem installing go module from today morning. What I use: Docker: `golang:latest` I test too on: `go version go version go1.19 darwin/arm64` Same error everywhere: Error: ```CGO_ENABLED=0 go...
Hotfix for issiue https://github.com/keilerkonzept/terraform-module-versions/issues/89
Adds an optional flag for list and check (called `-recursive`) which will given a set of paths, recurse into the nested structure and run a list or a check on...