Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Nov 28, 2023
1 parent 9c99720 commit 3c79f54
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ func (d *ImageDataSource) Read(ctx context.Context, req datasource.ReadRequest,

// Save data into Terraform state
data.Reference = types.StringValue(imageRef)
// Use a placeholder ID for testing, as per https://developer.hashicorp.com/terraform/plugin/framework/acctests#no-id-found-in-attributes
data.ID = types.StringValue("placeholder")

resp.Diagnostics.Append(resp.State.Set(ctx, &data)...)
}

0 comments on commit 3c79f54

Please sign in to comment.