Skip to content

Commit

Permalink
Continuous Integration - terraform fmt and terraform-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn authored and github-actions[bot] committed Nov 5, 2024
1 parent 7a555e1 commit bb5e405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/vendor/velocloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ No modules.
| <a name="input_ssh_mgmt_access_cidr_blocks"></a> [ssh\_mgmt\_access\_cidr\_blocks](#input\_ssh\_mgmt\_access\_cidr\_blocks) | (Optional) List of CIDR blocks allowed to SSH into the VeloCloud instance. | `list(string)` | `[]` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | (Optional) Map of tags to assign to the device. | `map(any)` | <pre>{<br/> "created_by": "terraform",<br/> "environment": "prod",<br/> "role": "sdwan",<br/> "terraform": "true"<br/>}</pre> | no |
| <a name="input_user_data"></a> [user\_data](#input\_user\_data) | (Optional) The user data to provide when launching the instance. By default, the velocloud variables will generate a unique user\_data cloud-init configuration for you. This allows specifying custom cloud-init scripting. | `string` | `null` | no |
| <a name="input_velocloud_activation_key"></a> [velocloud\_activation\_key](#input\_velocloud\_activation\_key) | (Required) The activation key for the VeloCloud instance(s). | `string` | n/a | yes |
| <a name="input_velocloud_activation_keys"></a> [velocloud\_activation\_keys](#input\_velocloud\_activation\_keys) | (Required) The activation key for the VeloCloud instance(s). | `list(string)` | n/a | yes |
| <a name="input_velocloud_ignore_cert_errors"></a> [velocloud\_ignore\_cert\_errors](#input\_velocloud\_ignore\_cert\_errors) | (Optional) Whether or not to ignore certificate errors when connecting to the VeloCloud orchestrator. Set to true if using private or self-signed certificates on the orchestrator. Defaults to false. | `bool` | `false` | no |
| <a name="input_velocloud_lan_cidr_blocks"></a> [velocloud\_lan\_cidr\_blocks](#input\_velocloud\_lan\_cidr\_blocks) | (Optional) List of CIDR blocks allowed to utilize the VeloCloud instance for SDWAN communication. | `list(string)` | `null` | no |
| <a name="input_velocloud_orchestrator"></a> [velocloud\_orchestrator](#input\_velocloud\_orchestrator) | (Required) The IP address or FQDN of the VeloCloud orchestrator. Example: vco.example.com | `string` | n/a | yes |
Expand Down

0 comments on commit bb5e405

Please sign in to comment.