github cloudposse/atmos v1.6.0

latest releases: v1.83.1, v1, v1.83.0...
22 months ago

what

  • Update atmos atlantis generate repo-config command
  • Support native HCL output format in atmos terraform generate varfiles command

why

  • Do not iterate over Go maps in atmos atlantis generate repo-config command. Go iterates over maps in a non-deterministic order resulting in constant drift in the final atlantis.yaml file. Instead, get the map keys, sort them, and iterate over the sorted keys
  • Support native HCL output format in atmos terraform generate varfiles command - when ejecting from atmos, the varfiles should be in the more native terraform format of HCL rather than JSON (although JSON is definitely a supported format and useful in some situations). The --format command-line argument now support --format=hcl

test

atmos terraform generate varfiles --format=hcl --file-template=./varfiles/{tenant}-{environment}-{stage}-{component}.tfvars

image

Don't miss a new atmos release

NewReleases is sending notifications on new releases.