module "r53_profile" {
source = "git::git::https://github.com/UKHomeOffice/core-cloud-route53-profile-tf-module.git?ref=main"
r53_profile_name = "example"
r53_zone_ids = ["<R53_ZONE_ID_1>", "<R53_ZONE_ID_2>" ...]
}
Name | Version |
---|---|
terraform | >= 1.0 |
aws | ~> 5.0 |
Name | Version |
---|---|
aws | ~> 5.0 |
No modules.
Name | Type |
---|---|
aws_route53profiles_profile.this | resource |
aws_route53profiles_resource_association.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
r53_profile_name | The name of the route53 profile | string |
n/a | yes |
r53_zone_ids | The list of Route53 Private Zone IDs to associate with the Route53 Profile | list(string) |
n/a | yes |
tags | A map of tags to add to all resources | map(string) |
{} |
no |
Name | Description |
---|---|
aws_route53profiles_resource_association_id | n/a |
aws_route53profiles_resource_association_name | n/a |
route53_profile_arn | n/a |
route53_profile_id | n/a |
route53_profile_name | n/a |