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: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@
159
159
| <aname="input_export_values"></a> [export\_values](#input\_export\_values)| Export for deployment used values.yaml-files as local files. |`bool`|`false`| no |
160
160
| <aname="input_extra_firewall_rules"></a> [extra\_firewall\_rules](#input\_extra\_firewall\_rules)| Additional firewall rules to apply to the cluster. |`list(any)`|`[]`| no |
161
161
| <aname="input_extra_kustomize_deployment_commands"></a> [extra\_kustomize\_deployment\_commands](#input\_extra\_kustomize\_deployment\_commands)| Commands to be executed after the `kubectl apply -k <dir>` step. |`string`|`""`| no |
162
+
| <aname="input_extra_kustomize_folder"></a> [extra\_kustomize\_folder](#input\_extra\_kustomize\_folder)| Folder from where to upload extra manifests |`string`|`"extra-manifests"`| no |
162
163
| <aname="input_extra_kustomize_parameters"></a> [extra\_kustomize\_parameters](#input\_extra\_kustomize\_parameters)| All values will be passed to the `kustomization.tmp.yml` template. |`map(any)`|`{}`| no |
163
164
| <aname="input_firewall_kube_api_source"></a> [firewall\_kube\_api\_source](#input\_firewall\_kube\_api\_source)| Source networks that have Kube API access to the servers. |`list(string)`| <pre>[<br/> "0.0.0.0/0",<br/> "::/0"<br/>]</pre> | no |
164
165
| <aname="input_firewall_ssh_source"></a> [firewall\_ssh\_source](#input\_firewall\_ssh\_source)| Source networks that have SSH access to the servers. |`list(string)`| <pre>[<br/> "0.0.0.0/0",<br/> "::/0"<br/>]</pre> | no |
0 commit comments