Closed ineednewpajamas closed 2 years ago
When filing a bug, please include the following headings if possible. Any example text in this template can be deleted.
The instance launched to create the AMI is not receiving tags. The documentation is unclear if it should, the code indicates it should.
run_volume_tags = { AMI_Type = "Windows 2022 Base" ManagedBy = "Packer" Name = "windows2022-base-${local.datestamp}" Parent_AMI = "{{ .SourceAMIName }}" } tags = { AMI_Type = "Windows 2022 Base" ManagedBy = "Packer" Name = "windows2022-base-${local.datestamp}" Parent_AMI = "{{ .SourceAMIName }}" }
Packer: 1.8.1 Plugin: 1.1.0
Cloud Trail Log for RunInstances
Looks like I missed run_tags
When filing a bug, please include the following headings if possible. Any example text in this template can be deleted.
Overview of the Issue
The instance launched to create the AMI is not receiving tags. The documentation is unclear if it should, the code indicates it should.
Reproduction Steps
Plugin and Packer version
Packer: 1.8.1 Plugin: 1.1.0
Simplified Packer Buildfile
Log Fragments and crash.log files
Cloud Trail Log for RunInstances