Skip to content

Commit

Permalink
initial update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Sep 6, 2019
1 parent 3bef31e commit 1c534c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This module has a few dependencies:
Here are an example of how you can use this module in your inventory structure:
```hcl
module "vpc-peering" {
source = "git::https://github.com/clouddrove/terraform-aws-multi-account-peering.git"
source = "git::https://github.com/clouddrove/terraform-aws-multi-account-peering.git?ref=tags/0.12.0"
name = "vpc-peering"
application = "clouddrove"
environment = "test"
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ usage : |-
Here are an example of how you can use this module in your inventory structure:
```hcl
module "vpc-peering" {
source = "git::https://github.com/clouddrove/terraform-aws-multi-account-peering.git"
source = "git::https://github.com/clouddrove/terraform-aws-multi-account-peering.git?ref=tags/0.12.0"
name = "vpc-peering"
application = "clouddrove"
environment = "test"
Expand Down
2 changes: 1 addition & 1 deletion _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "vpc-peering" {
source = "git::https://github.com/clouddrove/terraform-aws-multi-account-peering.git"
source = "git::https://github.com/clouddrove/terraform-aws-multi-account-peering.git?ref=tags/0.12.0"

name = "vpc-peering"
application = "clouddrove"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# tags for resources. You can use terraform-labels to implement a strict
# naming convention.
module "labels" {
source = "git::https://github.com/clouddrove/terraform-labels.git"
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.12.0"

name = var.name
application = var.application
Expand Down

0 comments on commit 1c534c4

Please sign in to comment.