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.