This example introduces aws_ami
resource.
.. toctree:: :caption: additional examples run_ami_with_tags_filter/README
ena_support
architecture
For ephemeral_block_device
block cdrom<N>
and floppy<N>
values are supported for device_name
and virtual_name
attributes.
This resource supports tags
attribute:
resource "aws_ami" "test_ami_from_snapshot" { ... tags = { Name = "value" } ... }
.. literalinclude:: main.tf