command
module
Version:
v0.23.0-rc3
Opens a new window with list of versions in this module.
Published: Mar 1, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Requirements
Example
terraform {
required_providers {
nobl9 = {
source = "nobl9/nobl9"
version = "0.23.0"
}
}
}
provider "nobl9" {
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
¶
Entry point of the Nobl9 Terraform Provider.
Source Files
¶
Directories
¶
Package nobl9 Terraform provider package
|
Package nobl9 Terraform provider package |
Click to show internal directories.
Click to hide internal directories.