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: "", }, }, }