diff --git a/.github/workflows/power-acceptance-test.yml b/.github/workflows/power-acceptance-test.yml index a62890af60..c8fab7d120 100644 --- a/.github/workflows/power-acceptance-test.yml +++ b/.github/workflows/power-acceptance-test.yml @@ -1,4 +1,4 @@ -name: Run Acceptance Tests on Pull Request +name: PowerVS Acceptance Tests on: pull_request: diff --git a/ibm/service/power/resource_ibm_pi_volume.go b/ibm/service/power/resource_ibm_pi_volume.go index 365de4a32c..df00e76547 100644 --- a/ibm/service/power/resource_ibm_pi_volume.go +++ b/ibm/service/power/resource_ibm_pi_volume.go @@ -138,7 +138,7 @@ func ResourceIBMPIVolume() *schema.Resource { // Attributes Attr_Auxiliary: { Computed: true, - Description: "Indicates if the volume is auxiliary or not.", + Description: "Indicates if the volume is auxiliary or not .", Type: schema.TypeBool, }, Attr_AuxiliaryVolumeName: {