Skip to content

Commit 37548fa

Browse files
Provide usage example
1 parent 9437417 commit 37548fa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Here's the gist of using it via github.
77
```terraform
88
module dns {
99
source = "github.com/terraform-module/terraform-aws-dns?ref=v<VERSION>"
10-
10+
11+
subdomain = "subdomain"
12+
parent_dns_zone_name = "example.com."
13+
parent_dns_zone_id = "zone-id
1114
}
1215
```
1316

@@ -38,10 +41,10 @@ module dns {
3841

3942
<!-- START makefile-doc -->
4043
```
41-
$ make help
44+
$ make help
4245
hooks Commit hooks setup
4346
validate Validate with pre-commit hooks
4447
changelog Create a changelog
45-
release Create release version
48+
release Create release version
4649
```
4750
<!-- END makefile-doc -->

0 commit comments

Comments
 (0)