scholzj / terraform-aws-minikube

Terraform module for single node Kubernetes instance bootstrapped using kubeadm
Apache License 2.0
65 stars 41 forks source link

Terraform unable to find the AMI Centos 7 in AWS Market-place #14

Open yjash0801 opened 1 month ago

yjash0801 commented 1 month ago

Error: Your query returned no results. Please change your search criteria and try again. │ │ with module.minikube.data.aws_ami.centos7, │ on .terraform\modules\minikube\main.tf line 131, in data "aws_ami" "centos7": │ 131: data "aws_ami" "centos7" {

scholzj commented 1 month ago

Yeah, that is because CentOS 7 was removed. I might get to fix it, but not sure when I will have time for it.

yjash0801 commented 1 month ago

Is there any alternative AMI I can use to replace the actual AMI in your module?

scholzj commented 1 month ago

I don't know. I will likely replace it with Fedora, Amazon Linux or something like that.

yjash0801 commented 1 month ago

Yeah, thank you can please try to replace it Centos 7 or higher if possible.

praveen18k commented 3 weeks ago

Yeah facing same issue

mahussain01 commented 2 weeks ago

yeah facing same issue, even Screenshot (591) in centos 8 also. init-aws-minikube.sh is not properly executed in the centos 8.kindly look at the screenshot for not running after the selinux command