Skip to content

Commit

Permalink
[UPDATE] Allow Direction selection and priority config for GCP firewa…
Browse files Browse the repository at this point in the history
…ll (#134)
  • Loading branch information
JamalSky authored Aug 22, 2023
1 parent 2b11198 commit 0c6a4ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions create/tasks/create_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
description: "{{ item.description }}"
source_ranges: "{{ item.source_ranges | default([]) }}"
source_tags: "{{ item.source_tags | default([]) }}"
direction: "{{ item.direction | default(omit) }}"
priority: "{{ item.priority | default(omit) }}"
network: "{{r__gcp_compute_network_info['resources'][0]}}"
auth_kind: "serviceaccount"
service_account_file: "{{gcp_credentials_file}}"
Expand Down

0 comments on commit 0c6a4ed

Please sign in to comment.