Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add introduction to govcloud terraform support #2927

Merged
merged 2 commits into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions docs/docs-content/automation/terraform/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,27 @@ expectations before deployment, and applies the changes to managed resources acc
## Spectro Cloud Provider

Palette and Palette VerteX API can be used with the Spectro Cloud Terraform provider. The provider is available in the
HashiCorp Terraform registry as the
[Spectro Cloud Provider](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs).
HashiCorp Terraform registry and offers detailed
[documentation](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs) on supported data sources
and resources.

### Release Notes

Information about the latest changes in the Spectro Cloud provider can be found in the
[release notes](https://github.com/spectrocloud/terraform-provider-spectrocloud/releases).

### Provider Documentation
### Government Cloud Support
caroldelwing marked this conversation as resolved.
Show resolved Hide resolved

Detailed documentation on supported data sources and resources are available in the Terraform Spectro Cloud Provider
[documentation](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs) page.
The Spectro Cloud Terraform provider supports deploying resources to government clouds that meet strict security and
compliance requirements:

- [AWS GovCloud](https://aws.amazon.com/govcloud-us/) - To leverage the government partition, set `partition` as
`aws-us-gov` when creating an
[AWS cloud account](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/resources/cloudaccount_aws).

- [Azure Government](https://learn.microsoft.com/en-us/azure/azure-government/documentation-government-welcome) - To
leverage the government partition, set `cloud` as `AzureUSGovernmentCloud` when creating an
[Azure cloud account](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs/resources/cloudaccount_azure).

### Modules

Expand Down