Complete Cloud KMS
Terraform scripts to create a complete GCP Cloud KMS using the module kms.
To create a complete GCP Cloud KMS:
terraform init
terraform plan
terraform apply
To delete all resource:
terraform destroy
Requirements
Name |
Version |
|---|---|
>= 1.0 |
|
~> 2.3.1 |
|
~> 6.16.0 |
|
~> 2.4.0 |
|
~> 3.2.1 |
Providers
Name |
Version |
|---|---|
~> 2.3.1 |
|
~> 6.16.0 |
|
~> 2.4.0 |
|
~> 3.2.1 |
Modules
Name |
Source |
Version |
|---|---|---|
../../../kms |
n/a |
Resources
Name |
Type |
|---|---|
resource |
|
resource |
|
data source |
|
data source |
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 IAM roles for the crypto keys. |
|
The ID of the KeyRing. |
|
The location for the KeyRing. |
|
The resource name for the KeyRing. |
|
The IAM roles for the KeyRing. |