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
In "06-organizations-and-modul/consul/", I first had an issue in "terraform init" where I got an error message regarding the tf.state. I solved it by executing "terraform init -reconfigure".
However, when I execute "terraform plan" or "terraform apply" I get the following error:
Error: Your query returned no results. Please change your search criteria and try again. │ │ with module.consul.data.aws_ami.consul, │ on .terraform\modules\consul\main.tf line 34, in data "aws_ami" "consul": │ 34: data "aws_ami" "consul" {
I don't understand what it is wrong. I would appreciate receiving any hint or help.
Thank you.
The text was updated successfully, but these errors were encountered:
In "06-organizations-and-modul/consul/", I first had an issue in "terraform init" where I got an error message regarding the tf.state. I solved it by executing "terraform init -reconfigure".
However, when I execute "terraform plan" or "terraform apply" I get the following error:
Error: Your query returned no results. Please change your search criteria and try again. │ │ with module.consul.data.aws_ami.consul, │ on .terraform\modules\consul\main.tf line 34, in data "aws_ami" "consul": │ 34: data "aws_ami" "consul" {
I don't understand what it is wrong. I would appreciate receiving any hint or help.
Thank you.
The text was updated successfully, but these errors were encountered: