-
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
Terraform Cloud - sticking variable in private module #27695
Comments
Hi, @taylorturner . Thanks for reporting this. We use issues in this repository to represent bugs and feature requests in Terraform CLI. Terraform Cloud is developed by other teams who don't typically monitor this repository, and they prefer to hear about bug reports and feature requests via the customer support system. If you have a paid account on Terraform Cloud, please send this feedback to your usual support contacts. Otherwise, you can contact the Terraform Cloud support team at [email protected]. If you contact the support team, be sure to include your Terraform Cloud username and organization name in your request. Thanks again! |
@taylorturner , |
Thank you @mildwonkey!! |
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. |
First off, if this isn't the right place for this I'm happy to move it.
I've recently switched to using Terraform Cloud, I "published" 4 modules to the private module registry within Terraform Cloud.
In one of those modules, I had an undefined variable
dockerconfig_filename
(making it required) that was in version 2.0.0 of the module. I've since replaced that variable with another and pushed a new version 2.0.1 of this module.When viewing the module in the Terraform Cloud console, it correctly shows the newly added variable but the old one hasn't been removed. The count of input variables went from 22 to 23 from version 2.0.0 to 2.0.1, when it should've stayed the same.
Compounding the problem, now every workspace using that module is complaining that the
dockerconfig_filename
variable is undefined. To get around this, I've switched the source for all my modules to point at Github for now.The text was updated successfully, but these errors were encountered: