-
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
johnsonj
changed the title
Cloud SQL IP Unexpected Change
Cloud SQL does not expose IP through address 0
Aug 24, 2017
I'm able to reproduce this; bug fix coming... |
johnsonj
added a commit
to vmware-archive/gcp-pcf-quickstart
that referenced
this issue
Nov 30, 2017
johnsonj
added a commit
to vmware-archive/gcp-pcf-quickstart
that referenced
this issue
Nov 30, 2017
There's a bug in newer versions: hashicorp/terraform-provider-google#352
luis-silva
pushed a commit
to luis-silva/terraform-provider-google
that referenced
this issue
May 21, 2019
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 👉 [email protected]. Thanks! |
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: