Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

The image locator should enable customers to run images in Terraform #65

Open
F-X64 opened this issue Oct 20, 2022 · 1 comment
Open

Comments

@F-X64
Copy link
Member

F-X64 commented Oct 20, 2022

Customers want to consume cloud images through infrastructure as code.
We need to ensure that the information we display is sufficient to enable customers to run the cloud image they are looking for through code.

Example: To run Azure images in Terraform the URN is not sufficient. Instead you need to supply:

   "image_definition": {
    "offer": "rh-rhel",
    "publisher": "RedHat",
    "sku": "rh-rhel7",
    "version": "7.9.2021110401"
  },

We need to ensure the information is available.

@miyunari
Copy link
Member

Do you have any place in mind where we should document this? :)

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

No branches or pull requests

2 participants