-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass ephemeral variables to terraform apply #35903
Pass ephemeral variables to terraform apply #35903
Conversation
3b589fa
to
0bcd433
Compare
92c559a
to
3207836
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple things inline, but overall this looks good.
they are by definition the same as in the plan, but there is no reason to skip the validation step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
This change broke a lot of our pipelines with the following error: It would be great if new TF versions were backward compatible! |
@roman-zilist, the regression was a bug which was fixed by #36121. Are you still seeing this with the current 1.10.1 release? |
@jbardin Yes, we're still experiencing the same issue. I assume we're using the latest version because of |
@roman-zilist, if you can confirm that you are using v1.10.1 please file a new issue. #36106 was closed with the v1.10.1 release, and comments on an old PR are not going to be triaged. Thanks! |
@jbardin We've decided to rollback to the most recent stable version |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR improves how we can pass values to ephemeral variables in the apply command, now CLI flags, environment variables, and vars files are supported. We will deal with interactive inputs in a separate PR to keep this one smaller.
Jira: TF-21848
Target Release
1.10.x
Draft CHANGELOG entry
ENHANCEMENTS