diff --git a/docs/index.md b/docs/index.md index 07c76d7e..633d63cd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 1eba5df9..fba4e12f 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -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.