Terraform Resource Development

Best practices for developing Terraform resources and data sources in this provider. Use when creating new resources, modifying schema definitions, implementing CRUD operations, handling state transitions, or working with autogenerated resources.

mongodb 8609dcd 793 B Updated

File contents

Terraform Resource Development Best Practices

The single source of truth for resource and data source development best practices is contributing/development-best-practices.md. Read it before creating or modifying resources, data sources, schema definitions, CRUD operations, or state handling, and follow its guidance.

For new development, favour the autogeneration tooling over manual implementations, as described in the doc.

mongodb/terraform-provider-mongodbatlas/tree/main/.agents/skills/terraform-resource-development commit 8609dcdd26

Frequently asked questions

npx skillmds@latest add mongodb/terraform-resource-development