aztfmod / rover

The rover is a docker container in charge of the deployment of the Terraform platform engineering for Azure
MIT License
172 stars 142 forks source link

Added bsdmainutils for column usage #194

Closed tannerwatson closed 2 years ago

tannerwatson commented 2 years ago

The column utility is missing causing the rover landingzone list -level level0 -env production command to fail within the function list_deployed_landingzones with:

@calling list_deployed_landingzones
 - storage_account_name: sttfstatelevel0prd

Landing zones deployed:

/tf/rover/functions.sh: line 305: column: command not found
Error on or near line 305; exiting with status 1

After adding the bsdmainutils package, containing column the rover landingzone list -level level0 -env Production command succeeds:

@calling list_deployed_landingzones
 - storage_account_name: sttfstatelevel0prd

Landing zones deployed:

"landing zone"           "size in Kb"  "last modification"
"caf_launchpad.tfstate"  5331.58       "2021-01-01T00:00:00+00:00"