Merge pull request #10718 from awanlin/topic/correct-aws-catalog-backend-readme

Corrected AWS Catalog Backend README
This commit is contained in:
Johan Haals
2022-04-08 14:53:33 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-aws': patch
---
Corrected title and URL to setup documentation in README
+2 -2
View File
@@ -1,4 +1,4 @@
# Catalog Backend Module for LDAP
# Catalog Backend Module for AWS
This is an extension module to the plugin-catalog-backend plugin, providing an
`AwsOrganizationCloudAccountProcessor` that can be used to ingest cloud accounts
@@ -6,5 +6,5 @@ as `Resource` kind entities.
## Getting started
See [Backstage documentation](https://backstage.io/docs/integrations/ldap/org) for details on how to install
See [Backstage documentation](https://backstage.io/docs/integrations/aws-s3/discovery) for details on how to install
and configure the plugin.