-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor!: simplify application stack configuration #207
base: main
Are you sure you want to change the base?
Conversation
I'd prefix the PR with |
Also removed the Since this is now marked as a breaking change, it's important that we describe the breaking change in detail in the squash commit message, according to the Conventional Commits specification. So the squash commit should look something like this:
^ Make sure it doesn't break the 80 character line limit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some clarifications to variable descriptions.
Also, with the current implementation, the application_stack
block will always be configured, while the previous implementation would only configure it when explicitly specified. We need to test if the current implementation breaks anything, or if we need to re-implement logic to create it dynamically when needed.
Co-authored-by: Henrik Simonsen Knutsen <[email protected]>
Co-authored-by: Henrik Simonsen Knutsen <[email protected]>
Co-authored-by: Henrik Simonsen Knutsen <[email protected]>
Co-authored-by: Henrik Simonsen Knutsen <[email protected]>
Co-authored-by: Henrik Simonsen Knutsen <[email protected]>
Co-authored-by: Henrik Simonsen Knutsen <[email protected]>
Followup... Module currently throws an error if not setting explicit values for any application stack variables, since it tries to create an empty |
There has been no activity on this pull request for 60 days. stale label will be added. If no additional activity occurs, the pull request will be closed in 7 days. |
There has been no activity on this stale pull request for 7 days. This pull request will now be closed. If new activity occurs, the pull request will reopen. |
Checklist
azurerm_linux_web_app
andazurerm_windows_web_app
resources.Ref: equinor/terraform-baseline#126