Skip to content

Commit

Permalink
Acceptance test: fix display result 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ismirlia committed Dec 9, 2024
1 parent 42ccb87 commit 18ffc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/service/power/data_source_ibm_pi_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func DataSourceIBMPIImage() *schema.Resource {
Schema: map[string]*schema.Schema{
// Arguments
Arg_CloudInstanceID: {
Description: "The GUID of the service instance associated with an account .",
Description: "The GUID of the service instance associated with an account .",
Required: true,
Type: schema.TypeString,
ValidateFunc: validation.NoZeroValues,
Expand Down

0 comments on commit 18ffc3b

Please sign in to comment.