You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the latest version of the mongodbatlas plugin but it's displaying a version incompatibility error:
./terraformer import mongodbatlas --resources="*" --compact --path-pattern {output}/{provider}/
2024/11/18 15:54:23 Attempting an import of ALL resources in mongodbatlas
2024/11/18 15:54:23 Incompatible API version with plugin. Plugin version: 6, Client versions: [5]
I came across issues #1761 and #1778 where people downgraded their plugins to avoid this problem. Older versions of the mongodbatlas plugin do in fact work with terraformer from this repository
However, I need a feature that's only available in fairly new versions of the mongodbatlas plugin. Is there a way to use plugins that require version 6?
The text was updated successfully, but these errors were encountered:
I'm trying to use the latest version of the mongodbatlas plugin but it's displaying a version incompatibility error:
I came across issues #1761 and #1778 where people downgraded their plugins to avoid this problem. Older versions of the mongodbatlas plugin do in fact work with terraformer from this repository
However, I need a feature that's only available in fairly new versions of the mongodbatlas plugin. Is there a way to use plugins that require version 6?
The text was updated successfully, but these errors were encountered: