Start/stop an OCI DBCS node through terraform
Content
I have a single-node database service instance(DBaaS) in OCI; I am able to provision is with Terraform Oracle provider. I'd like to also start/stop it through terraform, but I haven't found how. For Compute instances I can do that by toggling the State field between Running and Stopped and do terraform apply.
Is there a way to do this with a Database service node? If not, what is the best practice to do this programatically?
0