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 -->
|
<!-- WARNING: this file is generated -->
|
||||||
|
|
||||||
This is a terraform module that provisions a
|
This is a terraform module that provisions a
|
||||||
@ -16,7 +16,7 @@ like this:
|
|||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
module "digitalocean_spoke" {
|
module "digitalocean_spoke" {
|
||||||
source = "github.com/meatballhat/tf_digitalocean_spoke"
|
source = "github.com/hamfist/terraform-digitalocean-spoke"
|
||||||
|
|
||||||
server_name = "spoke.example.org"
|
server_name = "spoke.example.org"
|
||||||
base_url = "https://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 -->
|
* <!-- WARNING: this file is generated -->
|
||||||
*
|
*
|
||||||
* This is a terraform module that provisions a
|
* This is a terraform module that provisions a
|
||||||
@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* ```hcl
|
* ```hcl
|
||||||
* module "digitalocean_spoke" {
|
* module "digitalocean_spoke" {
|
||||||
* source = "github.com/meatballhat/tf_digitalocean_spoke"
|
* source = "github.com/hamfist/terraform-digitalocean-spoke"
|
||||||
*
|
*
|
||||||
* server_name = "spoke.example.org"
|
* server_name = "spoke.example.org"
|
||||||
* base_url = "https://spoke.example.org"
|
* base_url = "https://spoke.example.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user