-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Prepare code for 0.15 #146
Comments
Sure, please make a PR :) |
Hi @mbevc1 outputs are causing errors as well.
|
I'll try to open a PR in next few days - time permitting :) |
Legacy functions Sensitive Output Values We got two options:
To solving the sensitive output values problem we need to raise the minimum supported version of the module. Terraform suggest to raise the minimum supported version to v0.15.0 |
Beat me to it. Thanks @antonbabenko 🥳 |
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. |
0.15 was released and in order to use modules here we'd need to remove deprecated syntax like: https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/modules/iam-assumable-role/main.tf#L2
The text was updated successfully, but these errors were encountered: