cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
56 stars 10 forks source link

Add GCP CMEK example #92

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

Split the CMEK example into /aws and /gcp. Used the google provider to create a cross-tenant service account with the proper permissions and create a global keychain with a symmetric key, then used it to enable CMEK on the cluster.

erademacher commented 1 year ago

TFTRs!