Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Open
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions templates/quickstart-hashicorp-vault-master.template
Original file line number Diff line number Diff line change
Expand Up @@ -484,13 +484,13 @@ Outputs:
Rules:
DomainNamePresentWithHostedID:
RuleCondition:
!Equals [ !Ref HostedZoneID, '' ]
!Not [!Equals [ !Ref HostedZoneID, '' ]]
Assertions:
- Assert: !Not [!Equals [!Ref DomainName, '']]
AssertDescription: "Please specify a 'Domain Name' if you specify 'Route 53 Hosted Zone ID'"
HostedIDPresentWithDomainName:
RuleCondition:
!Equals [ !Ref DomainName, '' ]
!Not [!Equals [ !Ref DomainName, '' ]]
Assertions:
- Assert: !Not [!Equals [!Ref HostedZoneID, '']]
AssertDescription: "Please specify a 'Route 53 Hosted Zone ID' if you specify 'Domain Name'"
Expand All @@ -507,4 +507,4 @@ Rules:
- !Not [!Equals [!Ref HostedZoneID, '']]
- !Not [!Equals [!Ref ACMSSLCertificateArn, '']]
- !Not [!Equals [!Ref DomainName, '']]
AssertDescription: "Using an SSL certificate is enforced. A CertificateArn or a HostedZoneID and Domain Name must be provided."
AssertDescription: "Using an SSL certificate is enforced. A CertificateArn or a HostedZoneID and Domain Name must be provided."