Cloudshock / bootstrap

Describes the steps to get the project up and running
MIT License
0 stars 0 forks source link

Create KMS KeyRing for each GCP Project #21

Closed marcboudreau closed 3 years ago

marcboudreau commented 3 years ago

Each GCP Project needs a Key Ring so that Cryptographic Keys can be created in the future as the need arises.

In GCP, Key Rings and Crypto Keys cannot be deleted, so they are created in the bootstrap Terraform project, since it is not a Terraform project that gets destroyed.

marcboudreau commented 3 years ago

Resolved by Pull Requests #22 and #23.