Update documented usage to point at module registry
This commit is contained in:
@@ -16,7 +16,7 @@ like this:
|
|||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
module "digitalocean_spoke" {
|
module "digitalocean_spoke" {
|
||||||
source = "github.com/hamfist/terraform-digitalocean-spoke"
|
source = "hamfist/spoke/digitalocean"
|
||||||
|
|
||||||
server_name = "spoke.example.org"
|
server_name = "spoke.example.org"
|
||||||
base_url = "https://spoke.example.org"
|
base_url = "https://spoke.example.org"
|
||||||
|
2
main.tf
2
main.tf
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* ```hcl
|
* ```hcl
|
||||||
* module "digitalocean_spoke" {
|
* module "digitalocean_spoke" {
|
||||||
* source = "github.com/hamfist/terraform-digitalocean-spoke"
|
* source = "hamfist/spoke/digitalocean"
|
||||||
*
|
*
|
||||||
* server_name = "spoke.example.org"
|
* server_name = "spoke.example.org"
|
||||||
* base_url = "https://spoke.example.org"
|
* base_url = "https://spoke.example.org"
|
||||||
|
Reference in New Issue
Block a user