From f288ffc4be44414f8a4d28888d6c9a443cb15e00 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Sat, 8 Dec 2018 19:53:38 +0000 Subject: [PATCH] Allowing address to be settable --- plugins/modules/gcp_compute_global_address.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/modules/gcp_compute_global_address.py b/plugins/modules/gcp_compute_global_address.py index 36f06ec..c870824 100644 --- a/plugins/modules/gcp_compute_global_address.py +++ b/plugins/modules/gcp_compute_global_address.py @@ -48,6 +48,11 @@ options: - present - absent default: present + address: + description: + - The static external IP address represented by this resource. + required: false + version_added: 2.8 description: description: - An optional description of this resource.