0.1.70 • Published 1 year ago

@itsyndicate/backstage-plugin-s3-tfstate-parser v0.1.70

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

S3 TFState Parser

Description

The S3 TFState Parser plugin displays categorized resources managed by Terraform. It retrieves resources from Terraform state files stored in AWS S3 and provides search and filtering functionalities for easy access to resource information.

Functionality

  • Fetches Terraform-managed resources from AWS S3.
  • Displays resources categorized by type in a table.
  • Allows search by resource name, type, or ID.
  • Provides direct links to the AWS Console for individual resources.

Installation

From your Backstage directory:

yarn --cwd packages/app add @internal/backstage-plugin-s3-tfstate-parser

Example: Add to entity overview

In packages/app/src/components/catalog/EntityPage.tsx, update the layout to include the S3 TFState Parser card:

import { Resources } from '@internal/backstage-plugin-s3-tfstate-parser';
// ...
const entityPage = (
  <EntityLayout>
    <EntityLayout.Route path="/" title="Overview">
      <Grid container spacing={3}>
        ...
        <Grid item xs={12} md={6}>
          <Resources />
        </Grid>
      </Grid>
    </EntityLayout.Route>
  </EntityLayout>
);
0.1.70

1 year ago

0.1.65

1 year ago

0.1.60

1 year ago

0.1.50

1 year ago

0.1.45

1 year ago

0.1.40

1 year ago

0.1.35

1 year ago

0.1.30

1 year ago

0.1.25

1 year ago

0.1.20

1 year ago

0.1.15

1 year ago

0.1.10

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago