Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 713 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 713 Bytes

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.