S3 Backend
Utilize this component to set up the Terraform S3 Backend for managing your remote state.
Usageâ
By default, this component assumes the backend bucket does not exist and will create it during the first tf init command. To prevent automatic bucket creation, set createBackend=false.
import { S3Backend } from "@dinghy/tf-aws"
<S3Backend/>