Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include some protection on the azurerm backend when global does not … #548

Merged

Conversation

aochsner
Copy link
Contributor

…exist

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

  • prevent atmos from crashing
  • don't require a global key

references

#95

@aochsner aochsner requested review from a team as code owners February 29, 2024 15:27
@aknysh aknysh added the patch A minor, backward compatible change label Feb 29, 2024
Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @aochsner

@aknysh aknysh merged commit 08dac04 into cloudposse:master Feb 29, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A minor, backward compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants