Skip to content

v1.64.3

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 15:40
· 67 commits to main since this release
08dac04

🚀 Enhancements

include some protection on the azurerm backend when global does not exist @aochsner (#548)

what

When using the azurerm backend, the logic assumes a global key is set and prepends that to the component key. However, when it doesn't exist it causes atmos to crash. This checks if a global key is set and if not, then don't prepend anything.

why

  • don't require a global key