Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@itsyndicate/backstage-plugin-s3-tfstate-parser

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itsyndicate/backstage-plugin-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.

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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>
);

FAQs

Package last updated on 04 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc