Skip to content

Commit

Permalink
Update documentation (#90)
Browse files Browse the repository at this point in the history
Add link to the Rubrik Security Cloud documentation and specify that
AWS exocompute require two subnets and they must be in different
availability zones.
  • Loading branch information
johan3141592 authored Oct 6, 2023
1 parent 734837e commit 7a77564
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_title: "Provider: RSC"
The RSC provider, formerly known as the Polaris provider, provides resources to interact with the Rubrik RSC platform.
Additional examples on how to use the provider are available in the
[terraform-provider-polaris-examples](https://github.com/rubrikinc/terraform-provider-polaris-examples) GitHub
repository.
repository. Documentation for the Rubrik Security Cloud is available at https://docs.rubrik.com/en-us/saas/index.html.

~> Upgrading from v0.2.0 to v0.3.0 requires that the definition of certain resources are updated on disk. Please see the
upgrade guide for more information.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/aws_exocompute.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "polaris_aws_exocompute" "default" {

- `account_id` (String) Polaris account id
- `region` (String) AWS region to run the exocompute instance in.
- `subnets` (Set of String) AWS subnet ids for the cluster subnets.
- `subnets` (Set of String) AWS subnet ids for the cluster subnets. Two subnets must be specified and they must be in different availability zones.
- `vpc_id` (String) AWS VPC id for the cluster network.

### Optional
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_aws_exocompute.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func resourceAwsExocompute() *schema.Resource {
MaxItems: 2,
Required: true,
ForceNew: true,
Description: "AWS subnet ids for the cluster subnets.",
Description: "AWS subnet ids for the cluster subnets. Two subnets must be specified and they must be in different availability zones.",
},
"vpc_id": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_title: "Provider: RSC"
The RSC provider, formerly known as the Polaris provider, provides resources to interact with the Rubrik RSC platform.
Additional examples on how to use the provider are available in the
[terraform-provider-polaris-examples](https://github.com/rubrikinc/terraform-provider-polaris-examples) GitHub
repository.
repository. Documentation for the Rubrik Security Cloud is available at https://docs.rubrik.com/en-us/saas/index.html.

~> Upgrading from v0.2.0 to v0.3.0 requires that the definition of certain resources are updated on disk. Please see the
upgrade guide for more information.
Expand Down

0 comments on commit 7a77564

Please sign in to comment.