Feature for Release - MongoDB Atlas Configuration + API GW FIX Trigger #935
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ATLAS:
Added a couple of Variables, so a user can determine whether the compute auto-scaling is enabled or not.
When setting it to true, it will initiate 3 more variable that will result in autoscaling enabled-
M10 < ComputePower < M20.
those variables could be changed as well.
API GW:
Changed the trigger for deplyment to a change in the json body of the REST, based on the official resource documantation here - LINK
Also added the alternative for a redeployment on every Terraform Apply via a timestamp function.
This var is false by default, so the more traditional trigger will be initiated alone in most cases.