-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
force mongoenabled for mongo34 (#13757)
When we enable capability `MongoDBv3.4` azure also sets `EnableMongo`. As a result next time terraform runs it sees both capabilities enabled, and since only `MongoDBv3.4` is enabled in the config it will try to change the capabiltiies to match what it has in the config. In this case it means destroying the database and building it again, since the `capabilities` setting has `ForceNew` set to true. Co-authored-by: kt <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters