File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
generate-certificate-email Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ usage : |-
3636 ### ACM with DNS
3737 ```hcl
3838 module "acm" {
39- source = "git::https://github.com/clouddrove/terraform-aws-acm.git"
39+ source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
4040 name = "certificate"
4141 application = "clouddrove"
4242 environment = "test"
@@ -51,7 +51,7 @@ usage : |-
5151 ### ACM with Email
5252 ```hcl
5353 module "acm" {
54- source = "git::https://github.com/clouddrove/terraform-aws-acm.git"
54+ source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
5555 name = "certificate"
5656 application = "clouddrove"
5757 environment = "test"
@@ -65,7 +65,7 @@ usage : |-
6565 ### ACM with Import Certificate
6666 ```hcl
6767 module "acm" {
68- source = "git::https://github.com/clouddrove/terraform-aws-acm.git"
68+ source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
6969 name = "certificate"
7070 application = "clouddrove"
7171 environment = "test"
@@ -83,4 +83,4 @@ contributors:
8383 - name : " Nikita Dugar"
8484 github : " nikitadugar"
8585 - name : " Sohan Yadav"
86- github : " sohanyadav"
86+ github : " sohanyadav"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ provider "aws" {
33}
44
55module "acm" {
6- source = " git::https://github.com/clouddrove/terraform-aws-acm.git"
6+ source = " git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
77
88 name = " certificate"
99 application = " clouddrove"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ provider "aws" {
33}
44
55module "acm" {
6- source = " git::https://github.com/clouddrove/terraform-aws-acm.git"
6+ source = " git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
77
88 name = " certificate"
99 application = " clouddrove"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ provider "aws" {
33}
44
55module "acm" {
6- source = " git::https://github.com/clouddrove/terraform-aws-acm.git"
6+ source = " git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
77
88 name = " certificate"
99 application = " clouddrove"
You can’t perform that action at this time.
0 commit comments