Simple Cloud KMS
Terraform scripts to create a simple GCP Cloud KMS using the module kms.
To create a simple GCP Cloud KMS:
terraform init
terraform plan
terraform apply
To delete all resource:
terraform destroy
Requirements
Name |
Version |
|---|---|
>= 1.0 |
|
~> 6.16.0 |
Providers
No providers.
Modules
Name |
Source |
Version |
|---|---|---|
../../../kms |
n/a |
Resources
No resources.
Inputs
Name |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
Project name |
|
n/a |
yes |
|
The GCP region used to deploy the KMS. |
|
|
no |
Outputs
Name |
Description |
|---|---|
The Map of the created crypto keys. |
|
The ID of the KeyRing. |
|
The location for the KeyRing. |
|
The resource name for the KeyRing. |