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
feat: Adds new mongodbatlas_control_plane_ip_addresses data source (#2331)
* initial scaffolding
* adds unit testing
* add changelog entry
* adding acceptance test
* add docs
* include acceptance test in CI
* add function to test cidr block
* refactor conversion function into common package
* include mention of new data source in migration guide
* adjust const to private
* fix links
* fix link
* change structure of test fixture to use a map
Copy file name to clipboardExpand all lines: contributing/documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ We autogenerate the documentation of our provider resources and data sources via
9
9
### How to generate the documentation for a resource
10
10
- Make sure that the resource and data source schemas have defined the fields `MarkdownDescription` and `Description`.
11
11
- We recommend to use [Scaffolding Schema and Model Definitions](#scaffolding-schema-and-model-definitions) to autogenerate the schema via the Open API specification.
12
-
- Add the resource/data source templates to the [templates](templates) folder. See [README.md](templates/README.md) for more info.
12
+
- Add the resource/data source templates to the [templates](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/templates) folder. See [README.md](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/templates/README.md) for more info.
13
13
- Run the Makefile command `generate-doc`
14
14
```bash
15
15
export resource_name=search_deployment && make generate-doc
0 commit comments