terraform-provider-oci icon indicating copy to clipboard operation
terraform-provider-oci copied to clipboard

Increasing DB System Storage via Terraform

Open jkrajniak opened this issue 1 year ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

MySQL DB system allows changing storage size via either web gui or CLI (oci mysql db-system update --data-storage-size-in-gbs). It would be a nice option to have this option also in terraform. The existing field data_storage_size_in_gb is not marked as updatetable, hence I think any change to this field will result in recreating database, right?

New or Affected Resource(s)

oci_mysql_mysql_db_system

jkrajniak avatar Sep 22 '22 11:09 jkrajniak