You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform apply is failing while trying to create the cluster with below error.
Error: Your query returned no results. Please change your search criteria and try again.
Error: Your query returned no results. Please change your search criteria and try again.
I checked the code in ami.tf for the same and the code looks absolutely fine and even verified the filters as well. Please let me know if this is breaking for everyone.
Steps to Reproduce
Git clone the repo or point the terraform code typhoon source.
terraform init
terraform plan
Expected behavior
Kubernetes cluster should be created on Fedora CoreOS nodes.
Environment
Platform: aws
OS: fedora-coreos
Release: v1.19.4
Terraform: Terraform v0.13.5
Plugins: ct 0.6.1 and aws 3.2.0
The text was updated successfully, but these errors were encountered:
* A `aws_ami` data source will fail a Terraform plan
if no matching AMI is found, even if the AMI is not
used. ARM64 images are only published to a few US
regions, so the `aws_ami` data query could fail when
creating Fedora CoreOS AWS clusters in non-US regions
* Condition `aws_ami` on whether experimental arch
`arm64` is chosen
* Recent regression introduced in v1.19.4
#875Closes#886
Description
Terraform apply is failing while trying to create the cluster with below error.
I checked the code in
ami.tf
for the same and the code looks absolutely fine and even verified the filters as well. Please let me know if this is breaking for everyone.Steps to Reproduce
Expected behavior
Kubernetes cluster should be created on Fedora CoreOS nodes.
Environment
The text was updated successfully, but these errors were encountered: