From 247c84ff07c333a06b3ba766e7cd4edeb5a76a3d Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 27 Jul 2023 15:38:40 -0400 Subject: [PATCH] move away associate zones, zones --- .../{ => OFF}/associate-route53-endpoints.tf | 0 .../apps/dns/{ => OFF}/zones.tf | 0 .../apps/dns/README.md | 55 ------------------- 3 files changed, 55 deletions(-) rename examples/vpc-region-shared-setup/apps/dns/{ => OFF}/associate-route53-endpoints.tf (100%) rename examples/vpc-region-shared-setup/apps/dns/{ => OFF}/zones.tf (100%) delete mode 100644 examples/vpc-region-shared-setup/apps/dns/README.md diff --git a/examples/vpc-region-shared-setup/apps/dns/associate-route53-endpoints.tf b/examples/vpc-region-shared-setup/apps/dns/OFF/associate-route53-endpoints.tf similarity index 100% rename from examples/vpc-region-shared-setup/apps/dns/associate-route53-endpoints.tf rename to examples/vpc-region-shared-setup/apps/dns/OFF/associate-route53-endpoints.tf diff --git a/examples/vpc-region-shared-setup/apps/dns/zones.tf b/examples/vpc-region-shared-setup/apps/dns/OFF/zones.tf similarity index 100% rename from examples/vpc-region-shared-setup/apps/dns/zones.tf rename to examples/vpc-region-shared-setup/apps/dns/OFF/zones.tf diff --git a/examples/vpc-region-shared-setup/apps/dns/README.md b/examples/vpc-region-shared-setup/apps/dns/README.md deleted file mode 100644 index 0d006f9..0000000 --- a/examples/vpc-region-shared-setup/apps/dns/README.md +++ /dev/null @@ -1,55 +0,0 @@ - -## Requirements - -No requirements. - -## Providers - -| Name | Version | -|------|---------| -| [aws](#provider\_aws) | n/a | -| [aws.east\_main\_dns](#provider\_aws.east\_main\_dns) | n/a | -| [aws.west\_main\_dns](#provider\_aws.west\_main\_dns) | n/a | - -## Modules - -No modules. - -## Resources - -| Name | Type | -|------|------| -| [aws_route53_resolver_rule_association.all_rules](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_rule_association) | resource | -| [aws_route53_vpc_association_authorization.east_domain_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_vpc_association_authorization) | resource | -| [aws_route53_vpc_association_authorization.east_ptr_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_vpc_association_authorization) | resource | -| [aws_route53_vpc_association_authorization.west_domain_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_vpc_association_authorization) | resource | -| [aws_route53_vpc_association_authorization.west_ptr_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_vpc_association_authorization) | resource | -| [aws_route53_zone.domain_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone) | resource | -| [aws_route53_zone.ptr_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone) | resource | -| [aws_route53_zone_association.east_domain_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone_association) | resource | -| [aws_route53_zone_association.east_ptr_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone_association) | resource | -| [aws_route53_zone_association.west_domain_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone_association) | resource | -| [aws_route53_zone_association.west_ptr_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone_association) | resource | -| [aws_route53_resolver_rules.all_rules](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_rules) | data source | -| [aws_route53_zone.domain_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone) | data source | - -## Inputs - -| Name | Description | Type | Default | Required | -|------|-------------|------|---------|:--------:| -| [dns\_zone\_create](#input\_dns\_zone\_create) | Flag determing to create (true) or associate (false) the main forward zone. Used for the same VPC domain name across different regions or VPCs | `bool` | `true` | no | -| [dns\_zone\_description\_prefix](#input\_dns\_zone\_description\_prefix) | Zone description with the org-project-program-environment | `string` | `""` | no | -| [main\_dns\_profile](#input\_main\_dns\_profile) | Profile name for AWS for the main DNS central account | `string` | `"107742151971-do2-govcloud"` | no | -| [main\_dns\_vpcs](#input\_main\_dns\_vpcs) | Map of region and VPC ids of the vpc1-services in us-gov-west-1 and us-gov-east-1 for centralized DNS | `map(string)` |
{
"us-gov-east-1": "vpc-099a991da7c4eb8a5",
"us-gov-west-1": "vpc-77877a12"
}
| no | - -## Outputs - -| Name | Description | -|------|-------------| -| [all\_zones](#output\_all\_zones) | DNS zone list | -| [domain\_zone\_id](#output\_domain\_zone\_id) | DNS Zone ID | -| [domain\_zone\_ns](#output\_domain\_zone\_ns) | DNS Zone Nameservers | -| [ptr\_zone\_id](#output\_ptr\_zone\_id) | DNS PTR Zone IDs | -| [ptr\_zone\_info](#output\_ptr\_zone\_info) | DNS PTR Zone Info | -| [ptr\_zone\_ns](#output\_ptr\_zone\_ns) | DNS PTR Zone Nameservers | - \ No newline at end of file