terraform-provider-vmds

command module
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

Terraform Provider for VMware Managed Data Services

About

This repository contains code for the Terraform Provider for VMware Managed Data Services. It supports provisioning of Clusters/Instances of Services (currently only RabbitMQ) and access management of Users on those resources.

Configuration

The Terraform Provider for VMware MDS is available via the Terraform Registry: svc-ops-mds/vmds. To be able to use it successfully, please use below snippet to set up the provider:

terraform {
  required_providers {
    vmds = {
      source = "svc-bot-mds/vmds"
    }
  }
}

provider "vmds" {
  host      = "https://mds-console.example.com" # (required) the URL of hosted MDS
  api_token = "XXXXXX__API_TOKEN__XXXXXX"       # (required) can be generated from CSP > Accounts page
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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