From b0709a3019dd71c0635da0f803a390ae15af1763 Mon Sep 17 00:00:00 2001 From: Christopher Geers Date: Mon, 8 Apr 2024 10:50:15 -0500 Subject: [PATCH] fix(cloudauth): component metadata diff --- sysdig/resource_sysdig_secure_cloud_auth_account.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sysdig/resource_sysdig_secure_cloud_auth_account.go b/sysdig/resource_sysdig_secure_cloud_auth_account.go index 1308025f..bbc0cf95 100644 --- a/sysdig/resource_sysdig_secure_cloud_auth_account.go +++ b/sysdig/resource_sysdig_secure_cloud_auth_account.go @@ -87,30 +87,37 @@ func resourceSysdigSecureCloudauthAccount() *schema.Resource { SchemaCloudConnectorMetadata: { Type: schema.TypeString, Optional: true, + Default: "", }, SchemaTrustedRoleMetadata: { Type: schema.TypeString, Optional: true, + Default: "", }, SchemaEventBridgeMetadata: { Type: schema.TypeString, Optional: true, + Default: "", }, SchemaServicePrincipalMetadata: { Type: schema.TypeString, Optional: true, + Default: "", }, SchemaWebhookDatasourceMetadata: { Type: schema.TypeString, Optional: true, + Default: "", }, SchemaCryptoKeyMetadata: { Type: schema.TypeString, Optional: true, + Default: "", }, SchemaCloudLogsMetadata: { Type: schema.TypeString, Optional: true, + Default: "", }, }, }