From b84fd05309355801f1571499958e2e4018d9cdc8 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 23 Apr 2021 12:18:23 -0700 Subject: [PATCH] set skip_initial_version_creation a default (#4729) (#410) Signed-off-by: Modular Magician --- plugins/modules/gcp_kms_crypto_key.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/gcp_kms_crypto_key.py b/plugins/modules/gcp_kms_crypto_key.py index bb16a31..1014306 100644 --- a/plugins/modules/gcp_kms_crypto_key.py +++ b/plugins/modules/gcp_kms_crypto_key.py @@ -104,7 +104,6 @@ options: - If set to true, the request will create a CryptoKey without any CryptoKeyVersions. You must use the `google_kms_key_ring_import_job` resource to import the CryptoKeyVersion. required: false - default: 'false' type: bool project: description: