This project is a Terraform provider for Bria, allowing you to manage Bria resources using Terraform.
- Enter the development environment:
nix develop
- Build and install the provider:
make install
- Navigate to the
examples
directory:
cd examples
- Initialize Terraform:
terraform init
- Apply the Terraform configuration:
terraform apply
Ensure that Bria is running locally before executing the Terraform commands.
Refer to the examples directory for sample Terraform configurations using this provider.
Dependencies are managed using flake.nix.