Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle Linux 7.3 images are no longer returned by oci_core_images #342

Closed
briangustafson opened this issue Oct 31, 2017 · 2 comments
Closed
Assignees
Labels

Comments

@briangustafson
Copy link
Member

Many of the examples use Oracle Linux 7.3 images for instance resources, where this is specified by filtering on oci_core_images - see https://github.com/oracle/terraform-provider-oci/blob/master/docs/examples/load_balancer/lb_full/lb_full.tf#L126. The underlying ListImages API call has recently stopped returning Oracle Linux 7.3 (instead 7.4 is returned). That breaks these examples - a terraform plan will give an error about not having any results oci_core_images. To fix the examples, for now they will be changed to 7.4. However, this will be updated with a longer term fix in the near future.

Note that Oracle Linux 7.3 images are still available if you have the OCID, it's just not returned from ListImages. If you have a config that is failing because of this, you can find the image OCID used in the state file and use that directly instead of filtering on oci_core_images.

@briangustafson
Copy link
Member Author

A temporary fix for the examples has been merged. I'll leave this issue open for a bit to give it visibility.

@briangustafson
Copy link
Member Author

A long-term solution to this issue is being tracked with #352.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant