-
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
Deprecated google.account_file still necessary for google_compute_project_metadata? #4033
Comments
I'm having the same problem but I'm using it with google_dns_managed_zone and google_dns_record_set resources. |
Very odd, I'll look into this soon. |
I have seen this bug as well. To get around it, I just keep
Still throws a warning, but it prevents the Enter a value: prompt, and allows Atlas to keep working. |
Yep looks like providers are dumber about Input() than I thought. Enhancements to input are being discussed over in https://github.com/hashicorp/terraform/issues/1255, but for this I'll just PR to always skip input on |
There's no reason that a field that's been deprecated should ever prompt. fixes #4033
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. |
After updating to the new Terraform Version 0.6.7 and replacing the account_file property with credentials, I get the following warning:
I tracked it down to the
google_compute_project_metadata
resource. The following code is mytf
file. And as soon as thegoogle_compute_project_metadata
is commented out, the warning disappears.The text was updated successfully, but these errors were encountered: