Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dugar committed Sep 5, 2019
1 parent 00b07d9 commit ebd77ca
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 @@ -70,7 +70,7 @@ This module has a few dependencies:
Here is an example of how you can use this module in your inventory structure:
```hcl
module "kms_key" {
source = "git::https://github.com/clouddrove/terraform-aws-kms.git"
source = "git::https://github.com/clouddrove/terraform-aws-kms.git?ref=tags/0.12.1"
name = "kms"
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 is an example of how you can use this module in your inventory structure:
```hcl
module "kms_key" {
source = "git::https://github.com/clouddrove/terraform-aws-kms.git"
source = "git::https://github.com/clouddrove/terraform-aws-kms.git?ref=tags/0.12.1"
name = "kms"
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 "kms_key" {
source = "git::https://github.com/clouddrove/terraform-aws-kms.git"
source = "git::https://github.com/clouddrove/terraform-aws-kms.git?ref=tags/0.12.1"

name = "kms"
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 @@
# 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 ebd77ca

Please sign in to comment.