Skip to content

Commit

Permalink
fix(cloudauth): component metadata diff (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeers authored Apr 9, 2024
1 parent f8026ec commit 566d61c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sysdig/resource_sysdig_secure_cloud_auth_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "",
},
},
}
Expand Down

0 comments on commit 566d61c

Please sign in to comment.