Rename for registry compatibility

main v0.2.2
Dan Buch 3 years ago
parent fdc0f63b79
commit f73805a96c
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -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"

@ -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…
Cancel
Save