Skip to content

Commit

Permalink
Add beta attribute enableLogging for compute firewalls (#419)
Browse files Browse the repository at this point in the history
Merged PR #419.
  • Loading branch information
emilymye authored and modular-magician committed Aug 29, 2018
1 parent f522b50 commit c0f7fff
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build/terraform
8 changes: 8 additions & 0 deletions products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,14 @@ objects:
is unspecified, the firewall rule will be enabled.
min_version: beta
send_empty_value: true
- !ruby/object:Api::Type::Boolean
name: 'enableLogging'
description: |
This field denotes whether to enable logging for a particular
firewall rule. If logging is enabled, logs will be exported to
Stackdriver.
min_version: beta
send_empty_value: true
- !ruby/object:Api::Type::Integer
name: 'id'
description: 'The unique identifier for the resource.'
Expand Down
2 changes: 2 additions & 0 deletions products/compute/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,8 @@ files: !ruby/object:Provider::Config::Files
'templates/terraform/tests/resource_compute_address_test.go'
'google/resource_compute_autoscaler_test.go':
'templates/terraform/tests/resource_compute_autoscaler_test.go'
'google/resource_compute_firewall_test.go':
'templates/terraform/tests/resource_compute_firewall_test.go'
'google/resource_compute_global_address_test.go':
'templates/terraform/tests/resource_compute_global_address_test.go'
'google/resource_compute_health_check_test.go':
Expand Down
Loading

0 comments on commit c0f7fff

Please sign in to comment.