Skip to content

Commit

Permalink
route53-*: add to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 22, 2019
1 parent 6aa886f commit 5ecfde3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/manual/manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,21 @@
<para>This section lists resource types associated with the
Amazon Web Services (AWS) cloud computing environment.</para>

<section>
<title>Route53 RecordSet</title>
<xi:include href="route53-recordset-options.xml" />
</section>

<section>
<title>Route53 Hosted Zone</title>
<xi:include href="route53-hosted-zone-options.xml" />
</section>

<section>
<title>Route53 Health Check</title>
<xi:include href="route53-health-check-options.xml" />
</section>

<section>
<title>EBS Volumes</title>
<para>An Amazon EBS volume is defined by setting
Expand Down
1 change: 1 addition & 0 deletions nix/route53-hosted-zone.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ with lib;
};
});
default = [];
description = "VPCs";
};

delegationSet = mkOption {
Expand Down
1 change: 1 addition & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rec {
cp ${import ./doc/manual/resource.nix { revision = nixopsSrc.rev; module = ./nix + ("/" + fn + ".nix"); inherit nixpkgs; }} doc/manual/${fn}-options.xml
'') [ "ebs-volume" "sns-topic" "sqs-queue" "ec2-keypair" "s3-bucket" "iam-role" "ssh-keypair" "ec2-security-group" "elastic-ip"
"cloudwatch-log-group" "cloudwatch-log-stream" "elastic-file-system" "elastic-file-system-mount-target"
"route53-recordset" "route53-hosted-zone" "route53-health-check"
"vpc" "vpc-customer-gateway" "vpc-dhcp-options" "vpc-egress-only-internet-gateway" "vpc-endpoint"
"vpc-internet-gateway" "vpc-nat-gateway" "vpc-network-acl" "vpc-network-interface" "vpc-network-interface-attachment"
"vpc-route" "vpc-route-table" "vpc-route-table-association" "vpc-subnet"
Expand Down

0 comments on commit 5ecfde3

Please sign in to comment.