-
Notifications
You must be signed in to change notification settings - Fork 178
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
INTMDB-155: Fixes a bug related to bi_connector cluster by deprecating #423
Conversation
…nfig because of issues typemap related in tf 14
Fixes #364 |
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.
LGTM, the Type List with max 1 did the work
@coderGo93 so is this just part of the fix for #364 then? This would fix for those using bi connector but not for those just with it in state that I can see? |
@themantissa It would fix for both, since it's different type now in schema like mentioned here and deprecated and it would require to re-apply to make changes in state since the |
Thank you clarifying @coderGo93 |
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.
LGTM but just make sure we link the reporting issue so it closes once this is merged. Thanks!
Description
bi_connector
and added parameterbi_connector_config
to avoid a behavior bug of update in change in terraform version 14TestAccResourceMongoDBAtlasCluster_WithBiConnectorGCP
Link to any related issue(s):
Type of change:
Required Checklist:
Further comments