We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ecd34 commit 9e97a67Copy full SHA for 9e97a67
README.md
@@ -2,9 +2,9 @@
2
3
## Usage
4
```
5
-module "acm" {
6
-
7
- source = "github.com/shamimice03/terraform-aws-acm-route53"
+module "acm-route53" {
+
+ source = "shamimice03/acm-route53/aws"
8
9
domain_name = "webapp.example.com"
10
validation_method = "DNS"
examples/main.tf
@@ -1,6 +1,6 @@
1
0 commit comments