Rename for registry compatibility
This commit is contained in:
parent
fdc0f63b79
commit
f73805a96c
@ -1,4 +1,4 @@
|
||||
# `tf_digitalocean_spoke`
|
||||
# `terraform-digitalocean-spoke`
|
||||
<!-- WARNING: this file is generated -->
|
||||
|
||||
This is a terraform module that provisions a
|
||||
@ -16,7 +16,7 @@ like this:
|
||||
|
||||
```hcl
|
||||
module "digitalocean_spoke" {
|
||||
source = "github.com/meatballhat/tf_digitalocean_spoke"
|
||||
source = "github.com/hamfist/terraform-digitalocean-spoke"
|
||||
|
||||
server_name = "spoke.example.org"
|
||||
base_url = "https://spoke.example.org"
|
||||
|
4
main.tf
4
main.tf
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* # `tf_digitalocean_spoke`
|
||||
* # `terraform-digitalocean-spoke`
|
||||
* <!-- WARNING: this file is generated -->
|
||||
*
|
||||
* This is a terraform module that provisions a
|
||||
@ -17,7 +17,7 @@
|
||||
*
|
||||
* ```hcl
|
||||
* module "digitalocean_spoke" {
|
||||
* source = "github.com/meatballhat/tf_digitalocean_spoke"
|
||||
* source = "github.com/hamfist/terraform-digitalocean-spoke"
|
||||
*
|
||||
* server_name = "spoke.example.org"
|
||||
* base_url = "https://spoke.example.org"
|
||||
|
Loading…
Reference in New Issue
Block a user