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

Commit

Permalink
Specify possible values for arg only once (#3874) (#435)
Browse files Browse the repository at this point in the history
Signed-off-by: ialidzhikov <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 17, 2020
1 parent 5ae9667 commit 8f497d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/google_compute_subnetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Properties that can be accessed from the `google_compute_subnetwork` resource:

* `enable`: If logging is enabled for this subnetwork

* `aggregation_interval`: Can only be specified if VPC flow logging for this subnetwork is enabled. Toggles the aggregation interval for collecting flow logs. Increasing the interval time will reduce the amount of generated flow logs for long lasting connections. Default is an interval of 5 seconds per connection. Possible values are INTERVAL_5_SEC, INTERVAL_30_SEC, INTERVAL_1_MIN, INTERVAL_5_MIN, INTERVAL_10_MIN, INTERVAL_15_MIN
* `aggregation_interval`: Can only be specified if VPC flow logging for this subnetwork is enabled. Toggles the aggregation interval for collecting flow logs. Increasing the interval time will reduce the amount of generated flow logs for long lasting connections. Default is an interval of 5 seconds per connection.
Possible values:
* INTERVAL_5_SEC
* INTERVAL_30_SEC
Expand Down

0 comments on commit 8f497d6

Please sign in to comment.