Skip to content

Commit

Permalink
Merge pull request #58 from namecheap/chore/docsImprovements
Browse files Browse the repository at this point in the history
chore: docs improvements
  • Loading branch information
ifree92 authored Jul 30, 2021
2 parents 45c67c1 + 0e67700 commit 6c55f8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 80 deletions.
77 changes: 0 additions & 77 deletions CHANGELOG.md

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Namecheap Terraform Provider

A Terraform Provider for Namecheap domain dns configuration.
A Terraform Provider for Namecheap domain DNS configuration.

- [Namecheap Provider Documentation](https://registry.terraform.io/providers/namecheap/namecheap/latest/docs)
- [Guide: Migration to v2.0.0 new major release](https://registry.terraform.io/providers/namecheap/namecheap/latest/docs/guides/namecheap_provider_migration_v2.0.0)
Expand All @@ -20,12 +20,14 @@ Once you've done that, make note of the API key, your IP address, and your usern

Make sure your API details are correct in the provider block.

Terraform 0.13 and later:

```hcl
terraform {
required_providers {
namecheap = {
source = "namecheap/namecheap"
version = "2.0.0"
version = ">= 2.0.0"
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ access for your account and whitelisted your static IP address where the terrafo

## Example Usage

Terraform 0.13 and later:

```tf
terraform {
required_providers {
namecheap = {
source = "namecheap/namecheap"
version = "2.0.0"
version = ">= 2.0.0"
}
}
}
Expand Down

0 comments on commit 6c55f8f

Please sign in to comment.