From f1017c77a34bd1f549f860a19df78f4618f7f312 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Thu, 6 Apr 2023 20:38:56 +0000 Subject: [PATCH] Fix Linting --- ...clattice_service_network_service_association.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/vpclattice_service_network_service_association.html.markdown b/website/docs/r/vpclattice_service_network_service_association.html.markdown index b914b0cd47c..64c85c3868e 100644 --- a/website/docs/r/vpclattice_service_network_service_association.html.markdown +++ b/website/docs/r/vpclattice_service_network_service_association.html.markdown @@ -39,8 +39,8 @@ In addition to all arguments above, the following attributes are exported: * `created_by` - The account that created the association. * `custom_domain_name` - The custom domain name of the service. * `dns_entry` - The DNS name of the service. - * `domain_name` - The domain name of the service. - * `hosted_zone_id` - The ID of the hosted zone. + * `domain_name` - The domain name of the service. + * `hosted_zone_id` - The ID of the hosted zone. * `id` - The ID of the association. * `status` - The operations status. Valid Values are CREATE_IN_PROGRESS | ACTIVE | DELETE_IN_PROGRESS | CREATE_FAILED | DELETE_FAILED * `tags_all` - Map of tags assigned to the resource, including those inherited from the provider [`default_tags` configuration block](/docs/providers/aws/index.html#default_tags-configuration-block).