diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index a79ca4561..93d98b998 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -69,6 +69,21 @@ This section lists resource types associated with the Amazon Web Services (AWS) cloud computing environment. +
+ Route53 RecordSet + +
+ +
+ Route53 Hosted Zone + +
+ +
+ Route53 Health Check + +
+
EBS Volumes An Amazon EBS volume is defined by setting diff --git a/nix/route53-hosted-zone.nix b/nix/route53-hosted-zone.nix index 1f2a7be70..9bb5a2e63 100644 --- a/nix/route53-hosted-zone.nix +++ b/nix/route53-hosted-zone.nix @@ -63,6 +63,7 @@ with lib; }; }); default = []; + description = "VPCs"; }; delegationSet = mkOption { diff --git a/release.nix b/release.nix index 8786bcc4b..bebbb9a4e 100644 --- a/release.nix +++ b/release.nix @@ -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"