ip_configuration {// ...authorized_networks {name = "one"// ...}authorized_networks {name = "two"// ...}}
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/ec157737-a759-4451-9d5b-eda029d8ccf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
~ google_sql_database_instance.mysql
settings.0.ip_configuration.0.authorized_networks.#: "0" => "2"
settings.0.ip_configuration.0.authorized_networks.0.name: "" => "The Network"
settings.0.ip_configuration.0.authorized_networks.0.value: "" => "x.x.x.x/x"
settings.0.ip_configuration.0.authorized_networks.1.name: "" => "computename"
settings.0.ip_configuration.0.authorized_networks.1.value: "" => "x.x.x.x/32"
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/88db0e72-8b10-493e-9fa9-fb8ec66c3682%40googlegroups.com.