mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
Currently, the installer relies on a generated go file for determining the AWS region in which the RHCOS image is published. The `go generate` directive was inadvertently removed in https://github.com/openshift/installer/pull/4582. Rather than resurrecting the directive, this commit removes the generated code in favor of gathering the regions directly from the rhcos stream data when needed. https://issues.redhat.com/browse/CORS-1838