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
Error: Your query returned no results. Please change your search criteria and try again.
│
│ with module.mars_db.module.session_manager.data.aws_ami.default,
│ on .terraform/modules/<MODULE>/main.tf line 70, in data "aws_ami" "default":
│ 70: data "aws_ami" "default" {
I believe for some reason the name filter doesn't work anymore
The text was updated successfully, but these errors were encountered:
Error: Your query returned no results. Please change your search criteria and try again.
with module.my_service.module.<my_module>.data.aws_ami.default,
on /tmp/terraform-data-dir/modules/<my_module>./main.tf line 70, in data "aws_ami" "default":
70: data "aws_ami" "default" {
The correct filter should be something like amzn2-ami-hvm-2.0.????????.?-x86_64-gp2. It would even better to make the ami data source conditional if var.ami ist given.
When running
terraform plan
this error happens :I believe for some reason the name filter doesn't work anymore
The text was updated successfully, but these errors were encountered: