Skip to main content

S3 Backend Output

A utility component that writes the Terraform outputs as a JSON object into the same S3 bucket used for your state backend, using a S3BucketObject resource. This makes your stack’s output values easily accessible and shareable via S3.

Usage

You can see an example of its usage in the Ec2Servers.tsx composite component.

import { S3BackendOutput } from "@dinghy/tf-aws"

<S3BackendOutput/>