File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ This module has a few dependencies:
5757Here is an example of how you can use this module in your inventory structure:
5858``` hcl
5959 module "security_group" {
60- source = "git::https://github.com/clouddrove/terraform-aws-security-group.git"
60+ source = "git::https://github.com/clouddrove/terraform-aws-security-group.git?ref=tags/0.12.1 "
6161 name = "security-group"
6262 application = "clouddrove"
6363 environment = "test"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ usage : |-
3636 Here is an example of how you can use this module in your inventory structure:
3737 ```hcl
3838 module "security_group" {
39- source = "git::https://github.com/clouddrove/terraform-aws-security-group.git"
39+ source = "git::https://github.com/clouddrove/terraform-aws-security-group.git?ref=tags/0.12.1 "
4040 name = "security-group"
4141 application = "clouddrove"
4242 environment = "test"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ provider "aws" {
33}
44
55module "vpc" {
6- source = " git::https://github.com/clouddrove/terraform-aws-vpc.git"
6+ source = " git::https://github.com/clouddrove/terraform-aws-vpc.git?ref=tags/0.12.1 "
77
88 name = " vpc"
99 application = " clouddrove"
@@ -14,7 +14,7 @@ module "vpc" {
1414}
1515
1616module "security_group" {
17- source = " git::https://github.com/clouddrove/terraform-aws-security-group.git"
17+ source = " git::https://github.com/clouddrove/terraform-aws-security-group.git?ref=tags/0.12.1 "
1818
1919 name = " security-group"
2020 application = " clouddrove"
Original file line number Diff line number Diff line change 88# convention.
99
1010module "labels" {
11- source = " git::https://github.com/clouddrove/terraform-labels.git"
11+ source = " git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.12.1 "
1212
1313 name = var. name
1414 application = var. application
You can’t perform that action at this time.
0 commit comments