-
Notifications
You must be signed in to change notification settings - Fork 460
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
Add docs for managed backup Terraform provider attribute #19182
base: main
Are you sure you want to change the base?
Conversation
Files changed:
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify site configuration. |
20e50e5
to
5146f74
Compare
5146f74
to
9c022bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! had one question. thank you!
- If the initial value of the `retention_days` attribute is the default value `30`, you'll be able to modify the backup retention setting once more. | ||
- If the initial value is not the default, you will not be able to modify `retention_days` again. You can refrain from including `retention_days` in the Terraform configuration and instead manage the retention in the Cloud Console. | ||
|
||
For more details on modifying `retention_days` more than once, refer to the [Updating Backup Retention](https://github.com/cockroachdb/terraform-provider-cockroach/blob/main/docs/guides/updating-backup-retention.md) documentation in the Terraform provider for CockroachDB {{ site.data.products.cloud }} Repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this just be to reach out to support since we dont let you do it on cloud api anyway?
Fixes DOC-11779
This PR adds a section to the Standard and Advanced Managed backup pages on using the
backup_config
attribute under thecockroach_cluster
resource for the CC Terraform Provider.Also, added a short supplement to the TF Configuration step on the general Cloud Terraform docs to point out that users can configure managed backups using TF and linking to the full details on the Managed Backups page.
Rendered Preview
See the standard and advanced tabs for both pages.
Provision a cluster with Terraform
Managed Backups