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

SQLInstance should support Instance Termination Protection #748

Closed
3 tasks done
jmymy opened this issue Dec 7, 2022 · 1 comment
Closed
3 tasks done

SQLInstance should support Instance Termination Protection #748

jmymy opened this issue Dec 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jmymy
Copy link

jmymy commented Dec 7, 2022

Checklist

  • I did not find a related open enhancement request.
  • I understand that enhancement requests filed in the GitHub repository are by default low priority.
  • If this request is time-sensitive, I have submitted a corresponding issue with GCP support.

Describe the feature or resource

Hello, The terraform provider supports instance termination protection for SQL instances. Would like to have that as an option in the schema for SQLinstance.

Additional information

gcloud sql instances patch [INSTANCE_NAME]
--deletion-protection

Importance

Very important as it allows accidental deletion of this resource to completely wipe out all data and backups associated

@jmymy jmymy added the enhancement New feature or request label Dec 7, 2022
@mbzomowski
Copy link

spec.settings.deletionProtectionEnabled was added to SQLInstance in KCC v1.100.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants