Update redis example to actually use network (#1720)

Update redis example to actually use network
This commit is contained in:
The Magician 2018-06-29 09:28:05 -07:00 committed by Dana Hoffman
parent 32826ad533
commit 8e6552bd90

View File

@ -53,6 +53,8 @@ resource "google_redis_instance" "test" {
region = "us-central1"
location_id = "us-central1-a"
alternative_location_id = "us-central1-f"
authorized_network = "${google_compute_network.test.self_link}"
redis_version = "REDIS_3_2"
display_name = "Terraform Test Instance"