Skip to content

Latest commit

 

History

596 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages