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

fix: use map instead of a flat list in solutions #7

Merged
merged 5 commits into from
Nov 2, 2023
Merged

Conversation

Jorrit05
Copy link
Contributor

@Jorrit05 Jorrit05 commented Nov 2, 2023

Module state used to be this:
module.log_analytics.azurerm_log_analytics_solution.solutions["0"]
module.log_analytics.azurerm_log_analytics_solution.solutions["1"]

This change changes this to::
module.log_analytics.azurerm_log_analytics_solution.solutions["AzureActivity"]
module.log_analytics.azurerm_log_analytics_solution.solutions["ContainerInsights"]

Which makes referencing easier.

@Jorrit05 Jorrit05 requested a review from a team as a code owner November 2, 2023 10:50
@Jorrit05 Jorrit05 changed the title Fix/state name fix: state name Nov 2, 2023
Copy link
Contributor

@dkooll dkooll left a comment

Choose a reason for hiding this comment

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

great addition

@dkooll dkooll changed the title fix: state name fix: use map instead of a flat list in solutions Nov 2, 2023
@dkooll dkooll merged commit e3df37b into main Nov 2, 2023
6 of 8 checks passed
@github-actions github-actions bot mentioned this pull request Nov 2, 2023
@dkooll dkooll deleted the fix/state-name branch July 31, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants