Skip to content

Commit

Permalink
PR feedback tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbasstard committed Mar 8, 2024
1 parent 594f582 commit 9c9a55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Expand Up @@ -128,11 +128,8 @@ func testAccCheckApplicationExists(ctx context.Context, name string) resource.Te
conn := acctest.Provider.Meta().(*conns.AWSClient).ServiceCatalogAppRegistryClient(ctx)

_, err := servicecatalogappregistry.FindApplicationByID(ctx, conn, rs.Primary.ID)
if err != nil {
return err
}

return nil
return err
}
}

Expand Down
@@ -1,15 +1,15 @@
---
subcategory: "Service Catalog"
subcategory: "Service Catalog AppRegistry"
layout: "aws"
page_title: "AWS: aws_servicecatalogappregistry_application"
description: |-
Terraform resource for managing an AWS Service Catalog AppRegistry Application.
---
# Resource: aws_servicecatalogappregistry_application

Terraform resource for managing an AWS Service Catalog AppRegistry Application.
Terraform resource for managing an AWS Service Catalog AppRegistry Application.

~> **NOTE: ** An AWS Service Catalog AppRegistry Application is also available in the AWS Console as "MyApplications"
~> **NOTE:** An AWS Service Catalog AppRegistry Application is also available in the AWS Console as "MyApplications"

## Example Usage

Expand Down

0 comments on commit 9c9a55e

Please sign in to comment.