Skip to content

Commit

Permalink
Update gcp_container_cluster_facts.py (#55475)
Browse files Browse the repository at this point in the history
'state' is not a supported parameter in this module - the example failed with "Unsupported parameters for (gcp_container_cluster_facts) module"
  • Loading branch information
aaronpederson authored and acozine committed Apr 22, 2019
1 parent 6ea3eca commit 8c7e38a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -58,7 +58,6 @@
project: test_project
auth_kind: serviceaccount
service_account_file: "/tmp/auth.pem"
state: facts
'''

RETURN = '''
Expand Down

0 comments on commit 8c7e38a

Please sign in to comment.