@@ -226,30 +226,30 @@ func (r *guardrailResource) Schema(ctx context.Context, req resource.SchemaReque
226
226
Required : true ,
227
227
CustomType : fwtypes .StringEnumType [awstypes.GuardrailSensitiveInformationAction ](),
228
228
},
229
- names . AttrInputAction : schema.StringAttribute {
229
+ "input_action" : schema.StringAttribute {
230
230
Optional : true ,
231
231
Computed : true ,
232
232
CustomType : fwtypes .StringEnumType [awstypes.GuardrailSensitiveInformationAction ](),
233
233
PlanModifiers : []planmodifier.String {
234
234
stringplanmodifier .UseStateForUnknown (),
235
235
},
236
236
},
237
- names . AttrInputEnabled : schema.BoolAttribute {
237
+ "input_enabled" : schema.BoolAttribute {
238
238
Optional : true ,
239
239
Computed : true ,
240
240
PlanModifiers : []planmodifier.Bool {
241
241
boolplanmodifier .UseStateForUnknown (),
242
242
},
243
243
},
244
- names . AttrOutputAction : schema.StringAttribute {
244
+ "output_action" : schema.StringAttribute {
245
245
Optional : true ,
246
246
Computed : true ,
247
247
CustomType : fwtypes .StringEnumType [awstypes.GuardrailSensitiveInformationAction ](),
248
248
PlanModifiers : []planmodifier.String {
249
249
stringplanmodifier .UseStateForUnknown (),
250
250
},
251
251
},
252
- names . AttrOutputEnabled : schema.BoolAttribute {
252
+ "output_enabled" : schema.BoolAttribute {
253
253
Optional : true ,
254
254
Computed : true ,
255
255
PlanModifiers : []planmodifier.Bool {
@@ -281,15 +281,15 @@ func (r *guardrailResource) Schema(ctx context.Context, req resource.SchemaReque
281
281
stringplanmodifier .UseStateForUnknown (),
282
282
},
283
283
},
284
- names . AttrInputAction : schema.StringAttribute {
284
+ "input_action" : schema.StringAttribute {
285
285
Optional : true ,
286
286
Computed : true ,
287
287
CustomType : fwtypes .StringEnumType [awstypes.GuardrailSensitiveInformationAction ](),
288
288
PlanModifiers : []planmodifier.String {
289
289
stringplanmodifier .UseStateForUnknown (),
290
290
},
291
291
},
292
- names . AttrInputEnabled : schema.BoolAttribute {
292
+ "input_enabled" : schema.BoolAttribute {
293
293
Optional : true ,
294
294
Computed : true ,
295
295
PlanModifiers : []planmodifier.Bool {
@@ -302,15 +302,15 @@ func (r *guardrailResource) Schema(ctx context.Context, req resource.SchemaReque
302
302
stringvalidator .LengthBetween (1 , 100 ),
303
303
},
304
304
},
305
- names . AttrOutputAction : schema.StringAttribute {
305
+ "output_action" : schema.StringAttribute {
306
306
Optional : true ,
307
307
Computed : true ,
308
308
CustomType : fwtypes .StringEnumType [awstypes.GuardrailSensitiveInformationAction ](),
309
309
PlanModifiers : []planmodifier.String {
310
310
stringplanmodifier .UseStateForUnknown (),
311
311
},
312
312
},
313
- names . AttrOutputEnabled : schema.BoolAttribute {
313
+ "output_enabled" : schema.BoolAttribute {
314
314
Optional : true ,
315
315
Computed : true ,
316
316
PlanModifiers : []planmodifier.Bool {
0 commit comments