Skip to content

Commit

Permalink
docs: add terraform limitation (#5730)
Browse files Browse the repository at this point in the history
(cherry picked from commit beb2a35)
  • Loading branch information
caroldelwing committed Feb 14, 2025
1 parent a5f21a2 commit 2184a9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs-content/automation/terraform/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ HashiCorp Terraform registry and offers detailed
[documentation](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs) on supported data sources
and resources.

### Limitations

The provider does not support resource management across different contexts within a single provider configuration. For
example, it is not possible to create a cluster profile within the Tenant scope and a cluster that uses this profile
within the Project scope using the same provider initialization. Separate providers must be used to manage resources
across different scopes.

### Release Notes

Information about the latest changes in the Spectro Cloud provider can be found in the
Expand Down

0 comments on commit 2184a9e

Please sign in to comment.