Skip to content

Commit f5c43f1

Browse files
committed
feat(bare-metal): Fix format
1 parent 8315fe5 commit f5c43f1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ibm/service/vpc/resource_ibm_is_bare_metal_server.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,14 +1126,14 @@ func ResourceIBMIsBareMetalServer() *schema.Resource {
11261126
Elem: &schema.Resource{
11271127
Schema: map[string]*schema.Schema{
11281128
"id": {
1129-
Type: schema.TypeString,
1130-
Optional: true,
1131-
Description: "The unique identifier for this trusted profile",
1129+
Type: schema.TypeString,
1130+
Optional: true,
1131+
Description: "The unique identifier for this trusted profile",
11321132
},
11331133
"crn": {
1134-
Type: schema.TypeString,
1135-
Optional: true,
1136-
Description: "The CRN for this trusted profile",
1134+
Type: schema.TypeString,
1135+
Optional: true,
1136+
Description: "The CRN for this trusted profile",
11371137
},
11381138
},
11391139
},
@@ -2757,7 +2757,7 @@ func bareMetalServerUpdate(context context.Context, d *schema.ResourceData, meta
27572757
ID: &newTargetID,
27582758
}
27592759
}
2760-
2760+
27612761
if d.HasChange("default_trusted_profile.0.target.0.crn") {
27622762
newTargetCRN := d.Get("default_trusted_profile.0.target.0.crn").(string)
27632763
defaultTrustedProfile.Target = &vpcv1.TrustedProfileIdentity{

0 commit comments

Comments
 (0)