Difference between revisions of "Most recent"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
  
 
+
== Errors ==
 
  [[Error: Your query returned more than one result. Please try a more specific search criteria, or set `most_recent` attribute to true.]]
 
  [[Error: Your query returned more than one result. Please try a more specific search criteria, or set `most_recent` attribute to true.]]
  

Revision as of 17:42, 29 February 2024


 data "aws_ami" "my_ubuntu" {
  most_recent = true

  filter {
    name   = "name"
    values = ["ubuntu/images/hvm-ssd/ubuntu-hirsute-21.04-amd64-server-*"]
  } 

  filter {
    name   = "virtualization-type"
    values = ["hvm"]
  } 

  owners = ["099720109477"] # Canonical
}


Errors

Error: Your query returned more than one result. Please try a more specific search criteria, or set `most_recent` attribute to true.


See also

Advertising: