oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
760 stars 683 forks source link

oci_core_images #2134

Open xs2suruchi opened 5 months ago

xs2suruchi commented 5 months ago

Community Note

Description

Data Source: oci_core_images returns only last 3 platform images as stated in the documentation. How can i get older image OCIDs? I am launching an instance through RM stack. RM stack can be in any region. How do i get the image ocid (for my OS version which is older than last 3) for that particular region?

New or Affected Resource(s)

oci_core_images

Expected Behaviour

data source should return all supported images.