Update documented usage to point at module registry

This commit is contained in:
Dan Buch 2023-01-28 20:29:52 -05:00
parent e4d30b0737
commit 2ec76ec2f5
Signed by: meatballhat
GPG Key ID: A12F782281063434
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ like this:
```hcl
module "digitalocean_spoke" {
source = "github.com/hamfist/terraform-digitalocean-spoke"
source = "hamfist/spoke/digitalocean"
server_name = "spoke.example.org"
base_url = "https://spoke.example.org"

View File

@ -17,7 +17,7 @@
*
* ```hcl
* module "digitalocean_spoke" {
* source = "github.com/hamfist/terraform-digitalocean-spoke"
* source = "hamfist/spoke/digitalocean"
*
* server_name = "spoke.example.org"
* base_url = "https://spoke.example.org"