You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,13 @@ Available targets:
83
83
lint Lint terraform code
84
84
85
85
```
86
-
87
86
## Inputs
88
87
89
88
| Name | Description | Type | Default | Required |
90
89
|------|-------------|:----:|:-----:|:-----:|
90
+
| acm_enabled | Set to false to prevent the acm module from creating any resources | string |`true`| no |
91
+
| acm_primary_domain | A domain name for which the certificate should be issued | string | - | yes |
92
+
| acm_san_domains | A list of domains that should be SANs in the issued certificate | list |`<list>`| no |
91
93
| attributes | Additional attributes (e.g. `1`) | list |`<list>`| no |
92
94
| chamber_format | Format to store parameters in SSM, for consumption with chamber | string |`/%s/%s`| no |
93
95
| chamber_service |`chamber` service name. See [chamber usage](https://github.com/segmentio/chamber#usage) for more details | string | `` | no |
@@ -133,6 +135,8 @@ Available targets:
133
135
134
136
| Name | Description |
135
137
|------|-------------|
138
+
| acm_arn | The ARN of the certificate |
139
+
| acm_domain_validation_options | CNAME records that are added to the DNS zone to complete certificate validation |
Copy file name to clipboardExpand all lines: docs/terraform.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
2
1
## Inputs
3
2
4
3
| Name | Description | Type | Default | Required |
5
4
|------|-------------|:----:|:-----:|:-----:|
5
+
| acm_enabled | Set to false to prevent the acm module from creating any resources | string |`true`| no |
6
+
| acm_primary_domain | A domain name for which the certificate should be issued | string | - | yes |
7
+
| acm_san_domains | A list of domains that should be SANs in the issued certificate | list |`<list>`| no |
6
8
| attributes | Additional attributes (e.g. `1`) | list |`<list>`| no |
7
9
| chamber_format | Format to store parameters in SSM, for consumption with chamber | string |`/%s/%s`| no |
8
10
| chamber_service |`chamber` service name. See [chamber usage](https://github.com/segmentio/chamber#usage) for more details | string | `` | no |
@@ -48,6 +50,8 @@
48
50
49
51
| Name | Description |
50
52
|------|-------------|
53
+
| acm_arn | The ARN of the certificate |
54
+
| acm_domain_validation_options | CNAME records that are added to the DNS zone to complete certificate validation |
0 commit comments