diff --git a/website/docs/d/servicecatalogappregistry_application.html.markdown b/website/docs/d/servicecatalogappregistry_application.html.markdown index 3af020409a2..3979c66d412 100644 --- a/website/docs/d/servicecatalogappregistry_application.html.markdown +++ b/website/docs/d/servicecatalogappregistry_application.html.markdown @@ -30,7 +30,7 @@ The following arguments are required: This data source exports the following attributes in addition to the arguments above: +* `application_tag` - A map with a single tag key-value pair used to associate resources with the application. * `arn` - ARN (Amazon Resource Name) of the application. * `description` - Description of the application. * `name` - Name of the application. -* `application_tag` - A map of tags containing the tags to assigned to resources that should be connected to the application diff --git a/website/docs/r/servicecatalogappregistry_application.html.markdown b/website/docs/r/servicecatalogappregistry_application.html.markdown index 7df1c1c9fa4..171bcb5cb6e 100644 --- a/website/docs/r/servicecatalogappregistry_application.html.markdown +++ b/website/docs/r/servicecatalogappregistry_application.html.markdown @@ -49,9 +49,9 @@ The following arguments are optional: This resource exports the following attributes in addition to the arguments above: +* `application_tag` - A map with a single tag key-value pair used to associate resources with the application. This attribute can be passed directly into the `tags` argument of another resource, or merged into a map of existing tags. * `arn` - ARN (Amazon Resource Name) of the application. * `id` - Identifier of the application. -* `application_tag` - A map of tags to assign to resources that should be connected to the application ## Import