We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9437417 commit 37548faCopy full SHA for 37548fa
README.md
@@ -7,7 +7,10 @@ Here's the gist of using it via github.
7
```terraform
8
module dns {
9
source = "github.com/terraform-module/terraform-aws-dns?ref=v<VERSION>"
10
-
+
11
+ subdomain = "subdomain"
12
+ parent_dns_zone_name = "example.com."
13
+ parent_dns_zone_id = "zone-id
14
}
15
```
16
@@ -38,10 +41,10 @@ module dns {
38
41
39
42
<!-- START makefile-doc -->
40
43
-$ make help
44
+$ make help
45
hooks Commit hooks setup
46
validate Validate with pre-commit hooks
47
changelog Create a changelog
-release Create release version
48
+release Create release version
49
50
<!-- END makefile-doc -->
0 commit comments