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 {
87
87
SchemaCloudConnectorMetadata : {
88
88
Type : schema .TypeString ,
89
89
Optional : true ,
90
+ Default : "" ,
90
91
},
91
92
SchemaTrustedRoleMetadata : {
92
93
Type : schema .TypeString ,
93
94
Optional : true ,
95
+ Default : "" ,
94
96
},
95
97
SchemaEventBridgeMetadata : {
96
98
Type : schema .TypeString ,
97
99
Optional : true ,
100
+ Default : "" ,
98
101
},
99
102
SchemaServicePrincipalMetadata : {
100
103
Type : schema .TypeString ,
101
104
Optional : true ,
105
+ Default : "" ,
102
106
},
103
107
SchemaWebhookDatasourceMetadata : {
104
108
Type : schema .TypeString ,
105
109
Optional : true ,
110
+ Default : "" ,
106
111
},
107
112
SchemaCryptoKeyMetadata : {
108
113
Type : schema .TypeString ,
109
114
Optional : true ,
115
+ Default : "" ,
110
116
},
111
117
SchemaCloudLogsMetadata : {
112
118
Type : schema .TypeString ,
113
119
Optional : true ,
120
+ Default : "" ,
114
121
},
115
122
},
116
123
}
You can’t perform that action at this time.
0 commit comments