terraform-aws-route53
terraform-aws-route53 copied to clipboard
Terraform module to create AWS Route53 resources πΊπ¦
## Description Adding an extra parameter to the existing `zones` variable in the `zone` module to split same AWS account from others AWS accounts owned VPCs ## Motivation and Context...
## Description This PR add a new submodule to create cross-account Route53 VPC associations, using the authorization association resources (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zone-private-associate-vpcs-different-accounts.html) ## Motivation and Context For cross-account AWS documentation generally recommends...
## Description One more output has been added in zones module in this PR: `primary_name_server`. ## Motivation and Context This new output could be useful if SOA record modification is...
## Description This PR complements https://github.com/terraform-aws-modules/terraform-aws-route53/pull/106 by adding a new variable, allowing the submodule to update egress rules. This PR also adds support for setting static IP address on the...
use descriptive variable types. `versions.tf` already specifies higher than 1.3.0 so no change needed there.
## Description I have a terraform repository which contains my AWS infrastructure resources. I wanted to use https://registry.terraform.io/modules/terraform-aws-modules/route53/aws/latest module for Route53 records creation. So creating zones went well but I'm...