terraform-provider-meshstack

command module
v0.24.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2026 License: MPL-2.0 Imports: 4 Imported by: 0

README

meshStack Terraform Provider

The official Terraform provider for meshStack by meshcloud. It lets you manage meshStack resources — workspaces, projects, building blocks, tenants, and more — as code.

The provider is published on the Terraform Registry, with full documentation and examples: registry.terraform.io/providers/meshcloud/meshstack.

Usage

Declare the provider and let Terraform pull the released version from the registry:

terraform {
  required_providers {
    meshstack = {
      source = "meshcloud/meshstack"
    }
  }
}

provider "meshstack" {
  endpoint  = "https://your.meshstack.example" # or MESHSTACK_ENDPOINT
  apikey    = "..."                            # or MESHSTACK_API_KEY
  apisecret = "..."                            # or MESHSTACK_API_SECRET
}

See the registry documentation for the full list of resources, data sources, and example configurations.

Support, bugs, feature requests

Contributing / development

Building the provider from source, running tests, and adding resources are covered in DEVELOPMENT.md (and the always-on conventions in AGENTS.md).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
provider/acctest/testconfig
Package testconfig provides a fluent API for building and modifying HCL configurations in Terraform provider acceptance tests.
Package testconfig provides a fluent API for building and modifying HCL configurations in Terraform provider acceptance tests.
tools

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL