terraform-provider-tdh

command module
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

README

Terraform Provider for Tanzu Data Hub

About

This repository contains code for the Terraform Provider for Tanzu Data Hub. It supports provisioning of Clusters/Instances of Services (currently only Postgres, MySQL, RabbitMQ & Redis) and access management of Users on those resources.

Configuration

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

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

provider "tdh" {
  host      = "https://tdh-console.example.com" # (required) the URL of hosted TDH
  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