From 5f262e2eb2d13992fa68b1758efb46bcd8f6c473 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 12 Jun 2019 10:29:12 -0700 Subject: [PATCH] tpu version change (#278) Signed-off-by: Modular Magician --- plugins/modules/gcp_tpu_node.py | 2 +- plugins/modules/gcp_tpu_node_facts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/gcp_tpu_node.py b/plugins/modules/gcp_tpu_node.py index 63f3b49..d0b815c 100644 --- a/plugins/modules/gcp_tpu_node.py +++ b/plugins/modules/gcp_tpu_node.py @@ -33,7 +33,7 @@ module: gcp_tpu_node description: - A Cloud TPU instance. short_description: Creates a GCP Node -version_added: 2.8 +version_added: 2.9 author: Google Inc. (@googlecloudplatform) requirements: - python >= 2.6 diff --git a/plugins/modules/gcp_tpu_node_facts.py b/plugins/modules/gcp_tpu_node_facts.py index 9b9dfa2..f11e6ae 100644 --- a/plugins/modules/gcp_tpu_node_facts.py +++ b/plugins/modules/gcp_tpu_node_facts.py @@ -33,7 +33,7 @@ module: gcp_tpu_node_facts description: - Gather facts for GCP Node short_description: Gather facts for GCP Node -version_added: 2.8 +version_added: 2.9 author: Google Inc. (@googlecloudplatform) requirements: - python >= 2.6