terraform-provider-nobl9

command module
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: MPL-2.0 Imports: 3 Imported by: 0

README

Terraform nobl9 Provider

Requirements

Example

terraform {
  required_providers {
    nobl9 = {
      source = "nobl9/nobl9"
      version = "0.13.0"
    }
  }
}

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

resource "nobl9_project" "test" {
  name = "test"
}

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

Documentation

Documentation is generated using the tfplugindocs tool. In order to generate or update the docs run the following command:

go generate

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package nobl9 Terraform provider package
Package nobl9 Terraform provider package

Jump to

Keyboard shortcuts

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