route53
foss-cafe/route53/aws
Terraform Module
HCL
AWS
Terraform module for AWS Route 53
Install
module "route53" {
source = "foss-cafe/route53/aws"
version = "1.1.0"
}
README
Terraform module for AWS Route53 To know how to use please refer to examples folder Requirements | Name | Version | |------|---------| | terraform | >= 0.12.7, = 2.68, License Apache 2 Licensed. See LICENSE for full details.
Inputs (10)
| Name | Type | Description | Default |
|---|---|---|---|
| delegation_set_id | string | (Optional) The ID of the reusable delegation set whose NS records you want to as | required |
| zone_id | string | (Optional) The ID of the hosted zone to contain this record. | required |
| comment | string | (Optional) A comment for the hosted zone. Defaults to 'Managed by Terraform'. | required |
| create_zone_records | bool | (Optional) Do you want to create Route 53 records | false |
| records | any | (Optional) List of Records | {} |
| create_zone | bool | (Optional) Do you want to create Hosted Zone | true |
| force_destroy | bool | (Optional) Whether to destroy all records (possibly managed outside of Terraform | false |
| vpc | list(string) | (Optional) Configuration block(s) specifying VPC(s) to associate with a private | [] |
| name | string | (Required) This is the name of the hosted zone | "" |
| tags | map(string) | A mapping of tags to assign to the zone. | {} |
Outputs (4)
fqdns — FQDN built using the zone domain and name.zone_id — The Hosted Zone ID. This can be referenced by zone records.name_servers — A list of name servers in associated (or default) delegation set. Find more about delegation sets innames — The names of the record.Topics & Tags
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud AWS
★ Stars3
Forks0
Total downloads6.3k
Inputs10
Outputs4
Examples3
Submodules2
LicenseNOASSERTION
Namespacefoss-cafe
Updated
Similar packages
caf-enterprise-scale
Azure landing zones Terraform module
★ 952terraform
caf
Terraform supermodule for the Terraform platform engineering for Azure
★ 581terraform
lz-vending
Terraform module to deploy landing zone subscriptions (and much more) in Azure
★ 210terraform-module
label
Terraform Module to define a consistent naming convention by (namespace, stage,
★ 702terraform