Skip to content

Commit 7f42781

Browse files
author
Nikita Dugar
committed
changes in output
1 parent 5c784b6 commit 7f42781

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

_example/generate-certificate-dns/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "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"

_example/generate-certificate-email/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "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"

_example/import-certificate/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "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"

0 commit comments

Comments
 (0)