terraform-provider-nobl9

command module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2022 License: MPL-2.0 Imports: 2 Imported by: 0

README

Terraform nobl9 Provider

Requirements

Example

terraform {
  required_providers {
    nobl9 = {
      source = "nobl9.com/nobl9/nobl9"
      version = "0.1.0"
    }
  }
}

provider "nobl9" {
  organization = "test"
  project = "test"
  client_id = "<CLIENT_ID>"
  client_secret = "<CLIENT_SECRET>"
}

resource "nobl9_service" "test" {
  metadata {
    name = "test"
  }
}

Documentation

Documentation is generated using the [tfplugindocs](https://github.com/hashicorp/terraform-plugin-docs too) tool. The examples and templates directories are used to generate the docs in the docs folder

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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