diff --git a/README.md b/README.md index bc03334..ecd3fa8 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The [examples](./examples/) subdirectory contains usage examples for this provid To release a new version of the provider: -1. Run `tfplugindocs generate` to regenerate docs [tfplugindocs installation guide](https://github.com/hashicorp/terraform-plugin-docs?tab=readme-ov-file#installation). +1. Run `make generatedocs` to format the example files and regenerate docs using terraform-plugin-docs [tfplugindocs installation guide](https://github.com/hashicorp/terraform-plugin-docs?tab=readme-ov-file#installation). 2. Commit changes 3. Push a new tag (this should trigger an automated release process to the Terraform Registry) 4. Verify the new version is published at https://registry.terraform.io/providers/ansible/aap/latest diff --git a/docs/resources/group.md b/docs/resources/group.md index ce038c6..54be3cb 100644 --- a/docs/resources/group.md +++ b/docs/resources/group.md @@ -27,5 +27,5 @@ description: |- ### Read-Only -- `group_url` (String) URL for the group - `id` (Number) Group Id +- `url` (String) URL for the group diff --git a/docs/resources/host.md b/docs/resources/host.md index 8b4d259..c676bb0 100644 --- a/docs/resources/host.md +++ b/docs/resources/host.md @@ -29,5 +29,5 @@ description: |- ### Read-Only -- `host_url` (String) URL of the host - `id` (Number) Id of the host +- `url` (String) URL of the host