File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments