Skip to content

Commit

Permalink
Fixed docs for terraform registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Foster committed Sep 18, 2020
1 parent 786b681 commit a472e79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Actions Status](https://github.com/jfrog/terraform-provider-artifactory/workflows/build/badge.svg)](https://github.com/jfrog/terraform-provider-artifactory/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/jfrog/terraform-provider-artifactory)](https://goreportcard.com/report/github.com/jfrog/terraform-provider-artifactory)

To use this provider in your Terraform module, follow the documentation [here](docs/index.md).
To use this provider in your Terraform module, follow the documentation [here](https://registry.terraform.io/providers/jfrog/artifactory/latest/docs).

## Build the Provider
If you're building the provider, follow the instructions to [install it as a plugin](https://www.terraform.io/docs/plugins/basics.html#installing-a-plugin).
Expand Down
18 changes: 0 additions & 18 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,6 @@ The [Artifactory](https://jfrog.com/artifactory/) provider is used to interact w
resources supported by Artifactory. The provider needs to be configured
with the proper credentials before it can be used.

- Available Resources
* [Groups](./resources/artifactory_group.md)
* [Users](./resources/artifactory_user.md)
* [Permission Target](./resources/artifactory_permission_target.md)
* [Local Repositories](./resources/artifactory_local_repository.md)
* [Remote Repositories](./resources/artifactory_remote_repository.md)
* [Replication Configurations](./resources/artifactory_replication_config.md)
* [Single Replication Configurations](./resources/artifactory_single_replication_config.md)
* [Virtual Repositories](./resources/artifactory_virtual_repository.md)
* [Certificates](./resources/artifactory_certificate.md)

- Available Datasources
* [File](./data-sources/artifactory_file.md)
* [FileInfo](./data-sources/artifactory_fileinfo.md)

- Deprecated Resources
* [Permission Targets (V1 API)](./resources/artifactory_permission_target_v1.md)

## Example Usage
```hcl
# Required for Terraform 0.13 and up (https://www.terraform.io/upgrade-guides/0-13.html)
Expand Down

0 comments on commit a472e79

Please sign in to comment.