We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec22d4a commit 5cd4291Copy full SHA for 5cd4291
provider/core_images_data_source.go
@@ -152,7 +152,7 @@ func (s *ImagesDataSourceCrud) SetData() {
152
153
for _, r := range s.Res.Items {
154
image := map[string]interface{}{
155
- // "compartment_id": *r.CompartmentId,
+ // "compartment_id": *r.CompartmentId,
156
}
157
158
// The spec marks compartmentId as a required field, but the service doesn't return it for official images.
0 commit comments