Currently the documentation for run_tags states:
run_tags (map[string]string) - Key/value pair tags to apply to the generated key-pair, security group, iam profile and role, snapshot, network interfaces and instance that is launched to create the EBS volumes. The resulting AMI will also inherit these tags. This is a template engine, see Build template data for more information.
[Emphasis added.]
This should probably clarify that there exists a parameter to override the behavior, e.g.: "The resulting AMI will also inherit these tags, unless skip_ami_run_tags is set true."
Currently the documentation for
run_tagsstates:[Emphasis added.]
This should probably clarify that there exists a parameter to override the behavior, e.g.: "The resulting AMI will also inherit these tags, unless
skip_ami_run_tagsis settrue."