Difference between revisions of "Terraform data source: aws ami"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
== See also == | == See also == | ||
* {{Terraform data sources}} | * {{Terraform data sources}} | ||
− | |||
[[Category:Terraform]] | [[Category:Terraform]] |
Revision as of 04:12, 28 February 2022
data "aws_ami" "amzlinux2" { most_recent = true owners = ["amazon"] filter { name = "name" values = ["amzn2-ami-hvm-*-x86_64-ebs"] } }
See also
Advertising: