Skip to content

Commit

Permalink
Merge pull request #11 from aws-ia/tf-reg
Browse files Browse the repository at this point in the history
  • Loading branch information
tlindsay42 committed Apr 19, 2022
2 parents a718aab + c7665eb commit 5dd29d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .header.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If multiple on‑premises vCenter Server instances are configured to use [En

```hcl
module "vsphere_tags" {
source = "aws-ia/vsphere-tags/vsphere"
source = "aws-ia/tags/vsphere"
version = ">= 0.0.1"
tag_category_name = "example-category"
Expand All @@ -32,7 +32,7 @@ module "vsphere_tags" {

```hcl
module "vsphere_tags" {
source = "aws-ia/vsphere-tags/vsphere"
source = "aws-ia/tags/vsphere"
version = ">= 0.0.1"
tag_category_name = "example-category"
Expand All @@ -50,7 +50,7 @@ module "vsphere_tags" {

```hcl
module "vsphere_tags" {
source = "aws-ia/vsphere-tags/vsphere"
source = "aws-ia/tags/vsphere"
version = ">= 0.0.1"
tag_category_name = "example-category"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If multiple on‑premises vCenter Server instances are configured to use [En

```hcl
module "vsphere_tags" {
source = "aws-ia/vsphere-tags/vsphere"
source = "aws-ia/tags/vsphere"
version = ">= 0.0.1"
tag_category_name = "example-category"
Expand All @@ -33,7 +33,7 @@ module "vsphere_tags" {

```hcl
module "vsphere_tags" {
source = "aws-ia/vsphere-tags/vsphere"
source = "aws-ia/tags/vsphere"
version = ">= 0.0.1"
tag_category_name = "example-category"
Expand All @@ -51,7 +51,7 @@ module "vsphere_tags" {

```hcl
module "vsphere_tags" {
source = "aws-ia/vsphere-tags/vsphere"
source = "aws-ia/tags/vsphere"
version = ">= 0.0.1"
tag_category_name = "example-category"
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_vsphere_tags"></a> [vsphere\_tags](#module\_vsphere\_tags) | ../.. | n/a |
| <a name="module_vsphere_tags"></a> [vsphere\_tags](#module\_vsphere\_tags) | aws-ia/tags/vsphere | >= 0.0.1 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vsphere_tags" {
# source = "../.."
source = "aws-ia/vsphere-tags/vsphere"
source = "aws-ia/tags/vsphere"
version = ">= 0.0.1"

tag_category_name = var.tag_category_name
Expand Down

0 comments on commit 5dd29d1

Please sign in to comment.