Open posquit0 opened 2 years ago
Voting for Prioritization
Volunteering to Work on This Issue
@posquit0 Thanks for raising this issue 👏.
We are planning to investigate the default_tags
issues as part of the upcoming quarter's Roadmap.
@ewbankkit is there a meta-issue to consolidate progress on this? I think #19583 seems like a good candidate as a catch-all.
@posquit0 Thanks for raising this issue 👏.
We are planning to investigate the
default_tags
issues as part of the upcoming quarter's Roadmap.
Any updates?
Interesting aspect it that once we run the terraform 2nd time it gets automatically fixed
Terraform Core Version
1.3.3
AWS Provider Version
4.36.1
Affected Resource(s)
Expected Behavior
With
defaults_tags
from provider configuration block andtags
from resource block,apply
should be success.Actual Behavior
With
defaults_tags
from the provider configuration block andtags
from the resource block,apply
is failing after completing creation.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
defaults_tags
in the provider configuration block.tags
in theaws_lb_listener
resource block.terraform apply
.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No response