Skip to content

Commit

Permalink
added reference to filter by label
Browse files Browse the repository at this point in the history
  • Loading branch information
webzakimbo committed Jan 18, 2023
1 parent 8d09cff commit 2ec21fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/network/network-configuration-attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ Google Cloud platform specific network attributes
+-----------------------------+-----------------------------+---------------------------------------+--------------------------------------------------------------------------------+
| filters ('gcp' provider) | A filter string to filter | Optional for 'gcp' provider type | As an example, to return running instances, set filter to "status:running" |
| | instances returned by GCP. | | For further information on topic filtering, see |GCP_TOPIC_FILTERING|_. |
| | | | You may also filter by_label. Have a look at our |GUIDES|_ site for examples
| | | | of this.
+-----------------------------+-----------------------------+---------------------------------------+--------------------------------------------------------------------------------+
| service_account_credentials| The name of the service | Optional for 'gcp' provider type | Required for the service_account authentication scheme only. See |
| | account credentials json | | :doc:`../getting-started/prepare-gcp-access`. |
Expand Down

0 comments on commit 2ec21fc

Please sign in to comment.