From 0039df016f66e05e5d8058315c5d99e1e6369bc2 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Mon, 13 Aug 2018 07:50:04 -0700 Subject: [PATCH] Bug fixes for gcp_compute_address (#42704) --- plugins/doc_fragment/gcp.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/doc_fragment/gcp.py b/plugins/doc_fragment/gcp.py index 9cc6e73..e736e5d 100644 --- a/plugins/doc_fragment/gcp.py +++ b/plugins/doc_fragment/gcp.py @@ -6,12 +6,6 @@ class ModuleDocFragment(object): # GCP doc fragment. DOCUMENTATION = ''' options: - state: - description: - - Whether the given zone should or should not be present. - required: true - choices: ["present", "absent"] - default: "present" project: description: - The Google Cloud Platform project to use. @@ -31,7 +25,6 @@ options: scopes: description: - Array of scopes to be used. - required: true notes: - For authentication, you can set service_account_file using the C(GCP_SERVICE_ACCOUNT_FILE) env variable.