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
| <aname="input_scaling_issue_filter"></a> [scaling\_issue\_filter](#input\_scaling\_issue\_filter)| additional filter to apply to scaling issue alert policy |`string`|`""`| no |
76
76
| <aname="input_signal_filter"></a> [signal\_filter](#input\_signal\_filter)| additional filter to apply to signal alert policy |`string`|`""`| no |
77
-
| <aname="input_squad"></a> [squad](#input\_squad)| DEPRECATED: Use 'team' instead. Squad label to apply to resources. |`string`|`""`| no |
78
77
| <aname="input_team"></a> [team](#input\_team)| Team label to apply to resources (replaces deprecated 'squad'). |`string`|`""`| no |
79
78
| <aname="input_timeout_filter"></a> [timeout\_filter](#input\_timeout\_filter)| additional filter to apply to timeout alert policy |`string`|`""`| no |
Copy file name to clipboardExpand all lines: modules/bastion/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,10 +160,9 @@ No modules.
160
160
| <aname="input_patch_time_utc"></a> [patch\_time\_utc](#input\_patch\_time\_utc)| Time of day in HH:MM (UTC) when patching runs. |`string`|`"03:00"`| no |
161
161
| <aname="input_product"></a> [product](#input\_product)| Product label to apply to the service. |`string`|`"unknown"`| no |
162
162
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| Project in which to deploy the bastion host. |`string`| n/a | yes |
163
-
| <aname="input_squad"></a> [squad](#input\_squad)| DEPRECATED: Use 'team' instead. Squad label to apply to resources. |`string`|`""`| no |
164
163
| <aname="input_startup_script"></a> [startup\_script](#input\_startup\_script)| additional startup script snippet to execute on bastion. |`string`|`""`| no |
165
164
| <aname="input_subnetwork"></a> [subnetwork](#input\_subnetwork)| Subnetwork name the bastion joins (must be private). |`string`| n/a | yes |
166
-
| <aname="input_team"></a> [team](#input\_team)| Team label to apply to resources (replaces deprecated 'squad'). |`string`|`""`|no|
165
+
| <aname="input_team"></a> [team](#input\_team)| Team label to apply to resources (replaces deprecated 'squad'). |`string`|n/a|yes|
167
166
| <aname="input_zone"></a> [zone](#input\_zone)| Compute Engine zone for the bastion VM (e.g. us-central1-a). |`string`| n/a | yes |
| <aname="input_regions"></a> [regions](#input\_regions)| A map from region names to a network and subnetwork. The bucket must be in one of these regions. | <pre>map(object({<br/> network = string<br/> subnet = string<br/> }))</pre> | n/a | yes |
131
-
| <aname="input_squad"></a> [squad](#input\_squad)| DEPRECATED: Use 'team' instead. Squad label to apply to resources. |`string`|`""`| no |
132
131
| <aname="input_team"></a> [team](#input\_team)| Team label to apply to resources (replaces deprecated 'squad'). |`string`|`""`| no |
| <aname="input_regions"></a> [regions](#input\_regions)| A map from region names to a network and subnetwork. A pub/sub topic and ingress service (publishing to the respective topic) will be created in each region, with the ingress service configured to egress all traffic via the specified subnetwork. | <pre>map(object({<br/> network = string<br/> subnet = string<br/> }))</pre> | n/a | yes |
122
122
| <aname="input_scaling"></a> [scaling](#input\_scaling)| The scaling configuration for the service. | <pre>object({<br/> min_instances = optional(number, 0)<br/> max_instances = optional(number, 100)<br/> max_instance_request_concurrency = optional(number)<br/> })</pre> |`{}`| no |
123
-
| <aname="input_squad"></a> [squad](#input\_squad)| DEPRECATED: Use 'team' instead. Squad label to apply to resources. |`string`|`""`| no |
124
123
| <aname="input_team"></a> [team](#input\_team)| Team label to apply to resources (replaces deprecated 'squad'). |`string`|`""`| no |
0 commit comments