Open EugenKon opened 5 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @EugenKon π Thank you for taking the time to raise this! We'll need a sample Terraform configuration that can be used to reproduce this in order to look into it. Are you able to provide that and, if possible, debug logs (redacted as needed)?
@justinretzolk Yes, I can send the full configuration. Can you provide the email address? Unfortunately the default one for private post does not work: https://github.com/hashicorp/nomad/issues/23168
Hey @EugenKon π I'm not immediately aware of an email address that we'd use for sending that kind of thing. Generally, we'd prefer an upload with files encrypted with out GPG key. Here's the relevant snippet from the bug form:
Here, we ask that you provide the Terraform configuration and, when possible, the debug logs. For configurations or logs of more than just a few lines, it's preferred to either share a Gist link or zip the files and upload them.
Terraform configurations or debug logs under 25MB may be attached directly in the field. Files larger than this should be uploaded to a file hosting service and a link shared.
For your security you can also encrypt the files using our GPG public key.
@justinretzolk Do I miss something? This is the link not to "GPG public key", but to some Chat application. I am not sure how to use that chat application to encrypt files.
@EugenKon Near the top of the page, the key's fingerprint is shown. If you click on it, a modal appears that has the public key. Thanks for following up on that -- something to keep in mind to add to the form as well.
Hey @EugenKon π I wanted to follow up on this one. I know on another issue, we discussed how the -target
flag was the culprit for some aspects of Terraform not behaving as you'd expected; did this seem to be a similar situation?
Terraform Core Version
v1.8.4
AWS Provider Version
v4.67.0
Affected Resource(s)
Expected Behavior
After
subnet_mapping
should be in actual state, eg. all new subnets should be there.Actual Behavior
After the first change was applied:
I got correct state.
But after the second change was applied:
The new TF state does not reflect the actual state.
It was fixed only by running:
The usual:
does not see the changes:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
See actual behaviour section.
Steps to Reproduce
Details are at actual behaviour section.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None