Skip to content

GaloyMoney/terraform-provider-bria

Repository files navigation

Terraform Provider Bria

This project is a Terraform provider for Bria, allowing you to manage Bria resources using Terraform.

Development Workflow

  1. Enter the development environment:
nix develop
  1. Build and install the provider:
make install
  1. Navigate to the examples directory:
cd examples
  1. Initialize Terraform:
terraform init
  1. Apply the Terraform configuration:
terraform apply

Ensure that Bria is running locally before executing the Terraform commands.

Example

Refer to the examples directory for sample Terraform configurations using this provider.

Dependencies

Dependencies are managed using flake.nix.