added tfdoc changes

This commit is contained in:
cmalpe
2023-10-26 14:05:39 +00:00
parent c2380a88fa
commit c83b6c229f
3 changed files with 30 additions and 19 deletions

View File

@@ -55,6 +55,7 @@ resource "google_kms_crypto_key" "default" {
}
resource "google_kms_key_ring_import_job" "default" {
count = var.import_job_create ? 1 : 0
key_ring = local.keyring.id
import_job_id = var.import_job.id
import_method = var.import_job.import_method