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

Add deletion_protection field to Metastore Service #11689

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
commit deletion_protection-metastore-service
  • Loading branch information
SamanthaMathews committed Sep 15, 2024
commit 445d68ef40b9aa4e38e2742eb65697c5afce9308
2 changes: 1 addition & 1 deletion mmv1/products/metastore/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ autogen_async: true
virtual_fields:
- !ruby/object:Api::Type::Boolean
name: 'deletion_protection'
default_value: false
default_value: true
description: |
Whether Terraform will be prevented from destroying the service. Defaults to true.
When a`terraform destroy` or `terraform apply` would delete the domain,
Expand Down
2 changes: 1 addition & 1 deletion mmv1/products/metastore/go_Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ iam_policy:
virtual_fields:
- !ruby/object:Api::Type::Boolean
name: 'deletion_protection'
default_value: false
default_value: true
description: |
Whether Terraform will be prevented from destroying the service. Defaults to true.
When a`terraform destroy` or `terraform apply` would delete the domain,
Expand Down