README ¶ Terraform nobl9 Provider Requirements Terraform 0.10.x 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 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis nobl9 Click to show internal directories. Click to hide internal directories.