-
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
mongodbatlas_project_ip_access_list
causes invalid plans
#1484
Comments
Thanks for opening this issue. The ticket INTMDB-1129 was created for internal tracking. |
@aleks-andr I created mongodbatlas_project_ip_access_list with the above config but could not reproduce the issue. Could you please share your config, state file and logs for the mongodbatlas_project_ip_access_list and mongodbatlas_project in your configuration? |
Closing ticket as it has been stale for some weeks, feel free to open with more details. |
@maastha @AgustinBettati I am experiencing the same issue. I have tried upgrading from 1.11.0 to 1.12.0 (well, to 1.15.0, but this issue is preventing me from doing that), terraform 1.3.4. This is happening for @aleks-andr were you able to work around this issue? |
Hi, just went back and checked the project where we had this issue and the provider version is still locked down to |
Follow-up to this: I went and unpinned the provider version and the plan finished successfully. So that would be v1.15.0 of the provider and Terraform 1.6.3. Interestingly enough, the plan wanted to re-create all of the |
thanks @aleks-andr , that does help indeed. I bumped terraform to 1.7.2 and it's still good. However, I am now getting
|
Terraform CLI and Terraform MongoDB Atlas Provider Version
Terraform Configuration File
Steps to Reproduce
terraform init
terraform plan
Expected Behavior
Plan should succeed.
Actual Behavior
Plan throws the following error for each resource in the
for_each
set:Additional Context
This was initially observed when planning infrastructure changes for a completely unrelated set of resources from a different provider. The issue also goes away when locking the provider version to
1.11.1
.References
Quick look through the changelog for v1.12.0 suggests that this PR may be the culprit.
The text was updated successfully, but these errors were encountered: