Skip to content

Commit

Permalink
Sort stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptipowervs committed Mar 18, 2024
1 parent c276f7f commit f1683b1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ibm/service/power/resource_ibm_pi_volume_attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@ func ResourceIBMPIVolumeAttach() *schema.Resource {
Schema: map[string]*schema.Schema{

Arg_CloudInstanceID: {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: " Cloud Instance ID - This is the service_instance_id.",
ForceNew: true,
Required: true,
Type: schema.TypeString,
},

Arg_VolumeID: {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: "Id of the volume to attach. Note these volumes should have been created",
ForceNew: true,
Required: true,
Type: schema.TypeString,
},

Arg_InstanceId: {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: "PI Instance Id",
ForceNew: true,
Required: true,
Type: schema.TypeString,
},

// Computed Attribute
Expand Down

0 comments on commit f1683b1

Please sign in to comment.