Skip to content

Commit

Permalink
rebase and Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Feb 22, 2024
1 parent e538519 commit d90dcee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ description: |-

### Read-Only

- `group_url` (String) URL for the group
- `id` (Number) Group Id
- `url` (String) URL for the group
2 changes: 1 addition & 1 deletion docs/resources/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d90dcee

Please sign in to comment.