Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Allowing address to be settable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst authored and rambleraptor committed Sep 5, 2019
1 parent 797e08c commit f288ffc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/modules/gcp_compute_global_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
- 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.
Expand Down

0 comments on commit f288ffc

Please sign in to comment.