Skip to content

Commit

Permalink
Update TPU version to latest (1.13) (#3313)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored and rileykarson committed Mar 25, 2019
1 parent cbf7461 commit 114af79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions google/resource_tpu_node_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/tpu_node.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand All @@ -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}"
Expand Down

0 comments on commit 114af79

Please sign in to comment.