ibm-cloud-architecture / terraform-openshift4-aws

OpenShift 4 installation automation asset
Apache License 2.0
82 stars 113 forks source link

terraform plan issue #17

Closed rohiddev closed 4 years ago

rohiddev commented 4 years ago

terraform plan issue

Error: Your query returned no results. Please change your search criteria and try again.

on 6_bootstrap/rhcos.tf line 1, in data "aws_ami" "rhcos": 1: data "aws_ami" "rhcos" {

Praveenmail2him commented 4 years ago

You have to select the appropriate ami from the region for RHCore OS. Here is the link providing the appropriate Ami's.

https://github.com/openshift/installer/blob/master/data/data/rhcos.json Please use it in the variables.tf of bootstrap & control plane configuration module.

vbudi000 commented 4 years ago

@rohiddev - I will close this issue if you do not have any other questions.