Skip to content

thalassa-cloud/terraform-provider-thalassa

Repository files navigation

Terraform Provider Thalassa Cloud

Thalassa Cloud Terraform Provider

Documentation

Requirements

Examples

TODO

License

Apache 2.0 License 2.0

Contributing

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"
    }
  }
}