From f73805a96cee013aa22ad66a1188e8b0c6bc81eb Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 7 Apr 2021 21:53:57 -0400 Subject: [PATCH] Rename for registry compatibility --- README.md | 4 ++-- main.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b3d6df..a80572b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `tf_digitalocean_spoke` +# `terraform-digitalocean-spoke` 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" diff --git a/main.tf b/main.tf index 0b8ed93..4452d88 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ /** - * # `tf_digitalocean_spoke` + * # `terraform-digitalocean-spoke` * * * 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"