Closed prandelicious closed 3 years ago
Hi!
As you point out there was an open issue in Terraform AWS provider and we can't do anything about it in the module.
Perhaps add this information to the documentation as a warning so people don't expect this functionality to work?
I don't think it makes sense for this module to sync issues and track features available in Terraform AWS provider.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
If
create_spot_instance = true
, tags are not created.⚠️ Note
Versions
Reproduction
Steps to reproduce the behavior:
create_spot_instance = true
in the module: no tags createdcreate_spot_instance
from the module : tags are createdCode Snippet to Reproduce
Expected behavior
Actual behavior
Tags are not created when
create_spot_instances = true
Terminal Output Screenshot(s)
Additional context
It appears this issue is with the AWS provider and was initially reported back in 2015 but wasn't fixed by Hashicorp.