Skip to content

Commit 566d61c

Browse files
authored
fix(cloudauth): component metadata diff (#497)
1 parent f8026ec commit 566d61c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sysdig/resource_sysdig_secure_cloud_auth_account.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,30 +87,37 @@ func resourceSysdigSecureCloudauthAccount() *schema.Resource {
8787
SchemaCloudConnectorMetadata: {
8888
Type: schema.TypeString,
8989
Optional: true,
90+
Default: "",
9091
},
9192
SchemaTrustedRoleMetadata: {
9293
Type: schema.TypeString,
9394
Optional: true,
95+
Default: "",
9496
},
9597
SchemaEventBridgeMetadata: {
9698
Type: schema.TypeString,
9799
Optional: true,
100+
Default: "",
98101
},
99102
SchemaServicePrincipalMetadata: {
100103
Type: schema.TypeString,
101104
Optional: true,
105+
Default: "",
102106
},
103107
SchemaWebhookDatasourceMetadata: {
104108
Type: schema.TypeString,
105109
Optional: true,
110+
Default: "",
106111
},
107112
SchemaCryptoKeyMetadata: {
108113
Type: schema.TypeString,
109114
Optional: true,
115+
Default: "",
110116
},
111117
SchemaCloudLogsMetadata: {
112118
Type: schema.TypeString,
113119
Optional: true,
120+
Default: "",
114121
},
115122
},
116123
}

0 commit comments

Comments
 (0)