We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c9892 commit 0fc1b1eCopy full SHA for 0fc1b1e
internal/services/mongodb/instance.go
@@ -235,7 +235,7 @@ func ResourceInstance() *schema.Resource {
235
"project_id": account.ProjectIDSchema(),
236
},
237
CustomizeDiff: customdiff.All(
238
- func(ctx context.Context, d *schema.ResourceDiff, meta interface{}) error {
+ func(ctx context.Context, d *schema.ResourceDiff, meta any) error {
239
if d.HasChange("version") {
240
v := d.Get("version").(string)
241
parts := strings.Split(v, ".")
0 commit comments