Skip to content

Commit

Permalink
PC-14787 Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BSski committed Dec 16, 2024
1 parent 6193c13 commit 4d4356e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The Nobl9 Terraform Provider does not support the configuration of the following
- [SLO Annotations](https://docs.nobl9.com/features/slo-annotations/)
- [Alert Silence](https://docs.nobl9.com/alerting/alert-silence/)

The Nobl9 Terraform Provider supports `terraform import` command. For resources that are project-bound, use `project_name/service_name` format.

## Configuration

To start using Nobl9 Terraform Provider, you must configure the provider with the proper credentials. Then, use the navigation on the left to learn more about the available resources.
Expand Down Expand Up @@ -62,6 +64,11 @@ provider "nobl9" {
- `organization` (String) Nobl9 Organization ID that contains resources managed by the provider.
- `project` (String) Nobl9 project used when importing resources.

## Usage of `terraform import`




## Useful Links

[Nobl9 Documentation](https://docs.nobl9.com/)
Expand Down
7 changes: 7 additions & 0 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The Nobl9 Terraform Provider does not support the configuration of the following
- [SLO Annotations](https://docs.nobl9.com/features/slo-annotations/)
- [Alert Silence](https://docs.nobl9.com/alerting/alert-silence/)

The Nobl9 Terraform Provider supports `terraform import` command. For resources that are project-bound, use `project_name/service_name` format.

## Configuration

To start using Nobl9 Terraform Provider, you must configure the provider with the proper credentials. Then, use the navigation on the left to learn more about the available resources.
Expand All @@ -37,6 +39,11 @@ The following is an exemplary configuration:

{{ .SchemaMarkdown | trimspace }}

## Usage of `terraform import`




## Useful Links

[Nobl9 Documentation](https://docs.nobl9.com/)
Expand Down

0 comments on commit 4d4356e

Please sign in to comment.