Update TPU version to latest (1.13) (#3313)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-03-25 15:08:21 -07:00 committed by Riley Karson
parent cbf746197f
commit 114af795ed
2 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ resource "google_tpu_node" "tpu" {
zone = "us-central1-b"
accelerator_type = "v3-8"
tensorflow_version = "1.9"
tensorflow_version = "1.13"
cidr_block = "10.2.0.0/29"
}
`, context)
@ -101,7 +101,7 @@ resource "google_tpu_node" "tpu" {
accelerator_type = "v3-8"
cidr_block = "10.3.0.0/29"
tensorflow_version = "1.12"
tensorflow_version = "1.13"
description = "Terraform Google Provider test TPU"
network = "${google_compute_network.tpu_network.name}"

View File

@ -44,7 +44,7 @@ resource "google_tpu_node" "tpu" {
zone = "us-central1-b"
accelerator_type = "v3-8"
tensorflow_version = "1.9"
tensorflow_version = "1.13"
cidr_block = "10.2.0.0/29"
}
```
@ -69,7 +69,7 @@ resource "google_tpu_node" "tpu" {
accelerator_type = "v3-8"
cidr_block = "10.3.0.0/29"
tensorflow_version = "1.12"
tensorflow_version = "1.13"
description = "Terraform Google Provider test TPU"
network = "${google_compute_network.tpu_network.name}"