-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add certificate_authority_arn for private CAs (#53)
* Ensure domain names & SANs are lower-case If you provide an upper-case domain name, this module fails with the following error: on .terraform/modules/my_certificate/main.tf line 37, in resource "aws_route53_record" "default": 37: name = each.value.name A reference to "each.value" has been used in a context in which it unavailable, such as when the configuration no longer contains the value in its "for_each" expression. Remove this reference to each.value in your configuration to work around this error. * Auto Format * Update Terraform minimum version to 0.13 Variable validation requires 0.13.0. * Auto Format * Fix condition * Add output to allow dependencies to run post validation. * Add certificate_authority_arn * Add certificate_authority_arn * Auto Format * Add to contributors * Auto Format * Auto Format * Added back markdown missing from PR * Auto Format * Bump LICENSE to 2022 Co-authored-by: Alex Jurkiewicz <alex@jurkiewi.cz> Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Co-authored-by: Michael Arnold <github@razorsedge.org>
- Loading branch information
1 parent
761030e
commit 6cce676
Showing
7 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,3 +85,5 @@ contributors: | |
github: "goruha" | ||
- name: "Vladimir" | ||
github: "SweetOps" | ||
- name: "RB" | ||
github: "nitrocode" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters