You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/iap-tunneling/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ the necessary APIs enabled.
89
89
| additional\_ports | A list of additional ports/ranges to open access to on the instances from IAP. |`list(string)`|`[]`| no |
90
90
| create\_firewall\_rule | If we need to create the firewall rule or not. |`bool`|`true`| no |
91
91
| fw\_name\_allow\_ssh\_from\_iap | Firewall rule name for allowing SSH from IAP. |`string`|`"allow-ssh-from-iap-to-tunnel"`| no |
92
+
| fw\_priority | Firewall rule priority for allowing SSH from IAP. |`number`|`null`| no |
92
93
| host\_project | The network host project ID. |`string`|`""`| no |
93
94
| instances | Names and zones of the instances to allow SSH from IAP. | <pre>list(object({<br> name = string<br> zone = string<br> }))</pre> | n/a | yes |
94
95
| members | List of IAM resources to allow using the IAP tunnel. |`list(string)`| n/a | yes |
0 commit comments