-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cloud SQL does not expose IP through address 0 #352
Comments
I'm able to reproduce this; bug fix coming... |
There's a bug in newer versions: hashicorp/terraform-provider-google#352
Add custom flatten for monitoring channel labels
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Cloud SQL IP is no longer accessible in the way it used to be
Versions
Previous working version:
v0.9.11
Tested breaking version:
v0.10.2, google provider: v0.1.3
Repro
Expected
IP can be referenced by:
${google_sql_database_instance.service_broker.ip_address.0.ip_address}
Actual
Output is empty.
Extras
It looks like terraform thinks Cloud SQL has two IPs now. You could probably use
${google_sql_database_instance.service_broker.ip_address.1.ip_address}
but that's not as it's documented (or how it used to work)terraform.tfstate:
The text was updated successfully, but these errors were encountered: