mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
docs: fixed dns config in cloudformation template. (#1894)
This commit is contained in:
parent
6e72886efa
commit
7e117ad949
@ -22,11 +22,6 @@ Parameters:
|
|||||||
Description: >
|
Description: >
|
||||||
The route 53 hosted zone name to create the `npm.<zone>` record in. Do not
|
The route 53 hosted zone name to create the `npm.<zone>` record in. Do not
|
||||||
include the trailing dot!
|
include the trailing dot!
|
||||||
Route53RecordHostedZoneId:
|
|
||||||
Type: String
|
|
||||||
Description: >
|
|
||||||
Hosted Zone ID for the load balancer. Find it here:
|
|
||||||
https://docs.aws.amazon.com/general/latest/gr/rande.html
|
|
||||||
Vpc:
|
Vpc:
|
||||||
Type: AWS::EC2::VPC::Id
|
Type: AWS::EC2::VPC::Id
|
||||||
Description: VPC to create this stack inside
|
Description: VPC to create this stack inside
|
||||||
@ -261,7 +256,9 @@ Resources:
|
|||||||
- Lb
|
- Lb
|
||||||
- DNSName
|
- DNSName
|
||||||
HostedZoneId:
|
HostedZoneId:
|
||||||
Ref: Route53RecordHostedZoneId
|
Fn::GetAtt:
|
||||||
|
- Lb
|
||||||
|
- CanonicalHostedZoneID
|
||||||
HostedZoneName:
|
HostedZoneName:
|
||||||
Fn::Sub: ${DnsHostedZoneName}.
|
Fn::Sub: ${DnsHostedZoneName}.
|
||||||
Name:
|
Name:
|
||||||
|
Loading…
Reference in New Issue
Block a user