Thalassa Cloud Terraform Provider
TODO
Set up the provider locally and make sure to change the variables if needed:
make install NAMESPACE=local HOSTNAME=terraform.local OS_ARCH=darwin_arm64
Use the locally installed provider in your Terraform configuration:
terraform {
required_providers {
thalassa = {
source = "thalassa.cloud/thalassa/thalassa"
}
}
}