Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formats the file.
  • Loading branch information
DJKaswa committed Mar 17, 2022
commit 6799b2e49f975a819d9b6ce3325dcf01c3361ba3
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# ACM Certificate Creation
```
This repo is used to create a certificate using Route53 DNS validation. It requires a hosted zone to which the IAM
principal creating the resource has access.
```
```
Example Usage:

### Example Usage:
```
# Variables definition
variable "acm_certificate_name" {
description = "Certificate name prefix which will be trailed by the hosted-zone name"
Expand Down