We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While executing the installation instructions for an OCP 4.10 cluster, the terraform plan ... command fails with
terraform plan ...
module.dns[0].data.aws_route53_zone.public[0]: Read complete after 1s [id=Z02574962DO4HTENH1P4D] ... ╷ │ Error: HTTP request error. Response code: 404 │ │ with data.http.images, │ on helper.tf line 7, in data "http" "images": │ 7: data "http" "images" { │ ╵
That "helper.tf" file has a mention to this obsolete URL:
data "http" "images" { url = "https://raw.githubusercontent.com/openshift/installer/release-${local.major_version}/data/data/rhcos.json" request_headers = { Accept = "application/json" } }
It looks like, starting with OCP 4.10, that "rhcos.json" file is no longer published.
The text was updated successfully, but these errors were encountered:
File moved to "https://raw.githubusercontent.com/openshift/installer/release-${local.major_version}/data/data/coreos/rhcos.json" on 4.10
Sorry, something went wrong.
No branches or pull requests
While executing the installation instructions for an OCP 4.10 cluster, the
terraform plan ...
command fails withThat "helper.tf" file has a mention to this obsolete URL:
It looks like, starting with OCP 4.10, that "rhcos.json" file is no longer published.
The text was updated successfully, but these errors were encountered: