Skip to content

Commit 21594fe

Browse files
committed
Run 'make fix-constants PKG=bedrockagentcore'.
1 parent 35af2c0 commit 21594fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/service/bedrockagentcore/agent_runtime.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ func (r *agentRuntimeResource) Schema(ctx context.Context, request resource.Sche
174174
},
175175
NestedObject: schema.NestedBlockObject{
176176
Attributes: map[string]schema.Attribute{
177-
"security_groups": schema.SetAttribute{
177+
names.AttrSecurityGroups: schema.SetAttribute{
178178
CustomType: fwtypes.SetOfStringType,
179179
Required: true,
180180
},
181-
"subnets": schema.SetAttribute{
181+
names.AttrSubnets: schema.SetAttribute{
182182
CustomType: fwtypes.SetOfStringType,
183183
Required: true,
184184
},

0 commit comments

Comments
 (0)