From dede15d69c33c7974da8bd5cd928fe55a90d12d9 Mon Sep 17 00:00:00 2001 From: Paddy Date: Wed, 14 Aug 2019 00:47:33 +0000 Subject: [PATCH] Make BAA key ids computed. Signed-off-by: Modular Magician --- google/resource_binary_authorization_attestor.go | 1 + website/google.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/google/resource_binary_authorization_attestor.go b/google/resource_binary_authorization_attestor.go index 0b2cde8615c..d8885134894 100644 --- a/google/resource_binary_authorization_attestor.go +++ b/google/resource_binary_authorization_attestor.go @@ -69,6 +69,7 @@ func resourceBinaryAuthorizationAttestor() *schema.Resource { }, "id": { Type: schema.TypeString, + Computed: true, Optional: true, }, "pkix_public_key": { diff --git a/website/google.erb b/website/google.erb index 19b05ac555d..bd3b7906ac4 100644 --- a/website/google.erb +++ b/website/google.erb @@ -670,7 +670,7 @@ > - google_dataproc_job + google_dataproc_job >