Skip to content

Commit 9e97a67

Browse files
committed
README updated
1 parent 51ecd34 commit 9e97a67

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Usage
44
```
5-
module "acm" {
6-
7-
source = "github.com/shamimice03/terraform-aws-acm-route53"
5+
module "acm-route53" {
6+
7+
source = "shamimice03/acm-route53/aws"
88
99
domain_name = "webapp.example.com"
1010
validation_method = "DNS"

examples/main.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module "acm" {
2-
3-
source = "github.com/shamimice03/terraform-aws-acm-route53"
1+
module "acm-route53" {
2+
3+
source = "shamimice03/acm-route53/aws"
44

55
domain_name = "webapp.example.com"
66
validation_method = "DNS"

0 commit comments

Comments
 (0)