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
|`domain_name`| `` | A domain name for which the certificate should be issued | Yes |
37
-
|`validation_method`|`DNS`| Which method to use for validation, `DNS` or `EMAIL`| No |
38
-
|`proces_domain_validation_options`|`true`| Flag to enable/disable processing of the record to add to the DNS zone to complete certificate validation | No |
39
-
|`ttl`|`300`| The TTL of the record to add to the DNS zone to complete certificate validation | No |
40
-
|`tags`|`{}`| Additional tags (_e.g._`map("BusinessUnit","XYZ")`| No |
41
-
|`subject_alternative_names`|`[]`| A list of domains that should be SANs in the issued certificate | No |
42
51
43
52
53
+
54
+
## Makefile Targets
55
+
```
56
+
Available targets:
57
+
58
+
help This help screen
59
+
help/all Display help for all targets
60
+
lint Lint terraform code
61
+
62
+
```
63
+
64
+
## Inputs
65
+
66
+
| Name | Description | Type | Default | Required |
67
+
|------|-------------|:----:|:-----:|:-----:|
68
+
| domain_name | A domain name for which the certificate should be issued | string | - | yes |
69
+
| proces_domain_validation_options | Flag to enable/disable processing of the record to add to the DNS zone to complete certificate validation | string |`true`| no |
70
+
| subject_alternative_names | A list of domains that should be SANs in the issued certificate | list |`<list>`| no |
|`domain_validation_options`| CNAME records that are added to the DNS zone to complete certificate validation |
77
+
| Name | Description |
78
+
|------|-------------|
79
+
| arn | The ARN of the certificate |
80
+
| domain_validation_options | CNAME records that are added to the DNS zone to complete certificate validation |
81
+
| id | The ARN of the certificate |
82
+
83
+
84
+
85
+
86
+
## Related Projects
87
+
88
+
Check out these related projects.
89
+
90
+
-[terraform-tls-ssh-key-pair](https://github.com/cloudposse/terraform-tls-ssh-key-pair) - Terraform module for generating an SSH public/private key file.
91
+
-[terraform-aws-alb](https://github.com/cloudposse/terraform-aws-alb) - Terraform module to provision a standard ALB for HTTP/HTTP traffic
51
92
52
93
53
94
54
95
## Help
55
96
56
97
**Got a question?**
57
98
58
-
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-acm-request-certificate/issues), send us an [email](mailto:[email protected]) or reach out to us on [Gitter](https://gitter.im/cloudposse/).
99
+
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-acm-request-certificate/issues), send us an [email][email] or join our [Slack Community][slack].
100
+
101
+
## Commerical Support
102
+
103
+
Work directly with our team of DevOps experts via email, slack, and video conferencing.
104
+
105
+
We provide *commercial support* for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a fulltime engineer.
-**Questions.** We'll use a Shared Slack channel between your team and ours.
110
+
-**Troubleshooting.** We'll help you triage why things aren't working.
111
+
-**Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
112
+
-**Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
113
+
-**Build New Terraform Modules.** We'll develop original modules to provision infrastructure.
114
+
-**Cloud Architecture.** We'll assist with your cloud strategy and design.
115
+
-**Implementation.** We'll provide hands on support to implement our reference architectures.
116
+
59
117
118
+
## Community Forum
119
+
120
+
Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.
60
121
61
122
## Contributing
62
123
@@ -66,22 +127,28 @@ Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-acm-r
66
127
67
128
### Developing
68
129
69
-
If you are interested in being a contributor and want to get involved in developing `terraform-aws-acm-request-certificate`, we would love to hear from you! Shoot us an [email](mailto:[email protected]).
130
+
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://github.com/orgs/cloudposse/projects/3) with our other projects, we would love to hear from you! Shoot us an [email](mailto:[email protected]).
70
131
71
132
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
72
133
73
134
1.**Fork** the repo on GitHub
74
135
2.**Clone** the project to your own machine
75
136
3.**Commit** changes to your own branch
76
137
4.**Push** your work back up to your fork
77
-
5. Submit a **Pull request** so that we can review your changes
138
+
5. Submit a **Pull Request** so that we can review your changes
139
+
140
+
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
| Name | Description | Type | Default | Required |
5
+
|------|-------------|:----:|:-----:|:-----:|
6
+
| domain_name | A domain name for which the certificate should be issued | string | - | yes |
7
+
| proces_domain_validation_options | Flag to enable/disable processing of the record to add to the DNS zone to complete certificate validation | string |`true`| no |
8
+
| subject_alternative_names | A list of domains that should be SANs in the issued certificate | list |`<list>`| no |
0 commit comments