Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Nov 24, 2022
1 parent 0c6107f commit 7c170cb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions terraforming-azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ terrafroming-azure is a set of terraform modules to deploy Dell DPS Products to
|------|--------|---------|
| <a name="module_aks"></a> [aks](#module\_aks) | ./modules/aks | n/a |
| <a name="module_ave"></a> [ave](#module\_ave) | ./modules/ave | n/a |
| <a name="module_crs_s2s_vpn"></a> [crs\_s2s\_vpn](#module\_crs\_s2s\_vpn) | ./modules/s2s_vpn | n/a |
| <a name="module_ddve"></a> [ddve](#module\_ddve) | ./modules/ddve | n/a |
| <a name="module_linux"></a> [linux](#module\_linux) | ./modules/linux | n/a |
| <a name="module_networks"></a> [networks](#module\_networks) | ./modules/networks | n/a |
| <a name="module_nve"></a> [nve](#module\_nve) | ./modules/nve | n/a |
| <a name="module_ppdm"></a> [ppdm](#module\_ppdm) | ./modules/ppdm | n/a |
| <a name="module_s2s_vpn"></a> [s2s\_vpn](#module\_s2s\_vpn) | ./modules/s2s_vpn | n/a |

## Resources

No resources.

## Inputs

Expand All @@ -49,16 +53,24 @@ terrafroming-azure is a set of terraform modules to deploy Dell DPS Products to
| <a name="input_azure_environment"></a> [azure\_environment](#input\_azure\_environment) | The Azure cloud environment to use. Available values at https://www.terraform.io/docs/providers/azurerm/#environment | `string` | `"public"` | no |
| <a name="input_client_id"></a> [client\_id](#input\_client\_id) | n/a | `any` | n/a | yes |
| <a name="input_client_secret"></a> [client\_secret](#input\_client\_secret) | n/a | `any` | n/a | yes |
| <a name="input_create_bastion"></a> [create\_bastion](#input\_create\_bastion) | n/a | `bool` | `false` | no |
| <a name="input_create_crs_s2s_vpn"></a> [create\_crs\_s2s\_vpn](#input\_create\_crs\_s2s\_vpn) | Do you want to create a Cyber Vault | `bool` | `false` | no |
| <a name="input_create_linux"></a> [create\_linux](#input\_create\_linux) | a demo linux client | `bool` | `false` | no |
| <a name="input_create_networks"></a> [create\_networks](#input\_create\_networks) | if set to true, we will create networks in the environment | `bool` | `false` | no |
| <a name="input_create_s2s_vpn"></a> [create\_s2s\_vpn](#input\_create\_s2s\_vpn) | n/a | `bool` | `false` | no |
| <a name="input_crs_network_rg_name"></a> [crs\_network\_rg\_name](#input\_crs\_network\_rg\_name) | name of the existing vnet | `string` | `""` | no |
| <a name="input_crs_tunnel1_preshared_key"></a> [crs\_tunnel1\_preshared\_key](#input\_crs\_tunnel1\_preshared\_key) | the preshared key for teh vpn tunnel when deploying S2S VPN | `string` | `""` | no |
| <a name="input_crs_vnet_name"></a> [crs\_vnet\_name](#input\_crs\_vnet\_name) | name of the existing vnet | `string` | `""` | no |
| <a name="input_crs_vpn_destination_cidr_blocks"></a> [crs\_vpn\_destination\_cidr\_blocks](#input\_crs\_vpn\_destination\_cidr\_blocks) | the cidr blocks as string !!! for the destination route in you local network, when s2s\_vpn is deployed | `list(string)` | `[]` | no |
| <a name="input_crs_vpn_subnet"></a> [crs\_vpn\_subnet](#input\_crs\_vpn\_subnet) | n/a | `list(string)` | <pre>[<br> "10.150.1.0/24"<br>]</pre> | no |
| <a name="input_crs_wan_ip"></a> [crs\_wan\_ip](#input\_crs\_wan\_ip) | The IP of your VPN Device if S2S VPN | `any` | n/a | yes |
| <a name="input_ddve_count"></a> [ddve\_count](#input\_ddve\_count) | will deploy DDVE when number greater 0. Number indicates number of DDVE Instances | `number` | `0` | no |
| <a name="input_ddve_initial_password"></a> [ddve\_initial\_password](#input\_ddve\_initial\_password) | the initial Password for Datadomain. It will be exposed to output as DDVE\_PASSWORD for further Configuration. <br>As DD will be confiured with SSH, the Password must be changed from changeme | `string` | `"Change_Me12345_"` | no |
| <a name="input_ddve_meta_disks"></a> [ddve\_meta\_disks](#input\_ddve\_meta\_disks) | n/a | `list(string)` | <pre>[<br> "1023",<br> "1023"<br>]</pre> | no |
| <a name="input_ddve_public_ip"></a> [ddve\_public\_ip](#input\_ddve\_public\_ip) | Enable Public IP on Datadomain Network Interface | `string` | `"false"` | no |
| <a name="input_ddve_tcp_inbound_rules_Inet"></a> [ddve\_tcp\_inbound\_rules\_Inet](#input\_ddve\_tcp\_inbound\_rules\_Inet) | inbound Traffic rule for Security Group from Internet | `list(string)` | <pre>[<br> "22",<br> "443"<br>]</pre> | no |
| <a name="input_ddve_type"></a> [ddve\_type](#input\_ddve\_type) | DDVE Type, can be: '16 TB DDVE', '32 TB DDVE', '96 TB DDVE', '256 TB DDVE','16 TB DDVE PERF', '32 TB DDVE PERF', '96 TB DDVE PERF', '256 TB DDVE PERF' | `string` | `"16 TB DDVE"` | no |
| <a name="input_ddve_version"></a> [ddve\_version](#input\_ddve\_version) | DDVE Version, can be: '7.9.000', '7.8.0020', '7.7.110', '7.7.007', '7.6.007', '7.6.005', '7.5.010' | `string` | `"7.9.000"` | no |
| <a name="input_ddve_version"></a> [ddve\_version](#input\_ddve\_version) | DDVE Version, can be: '7.9.000', '7.8.020', '7.7.110', '7.10.000', '7.2.0060' | `string` | `"7.10.000"` | no |
| <a name="input_dns_suffix"></a> [dns\_suffix](#input\_dns\_suffix) | the DNS suffig when we create a network with internal dns | `any` | n/a | yes |
| <a name="input_enable_aks_subnet"></a> [enable\_aks\_subnet](#input\_enable\_aks\_subnet) | If set to true, create subnet for aks | `bool` | `true` | no |
| <a name="input_enable_tkg_controlplane_subnet"></a> [enable\_tkg\_controlplane\_subnet](#input\_enable\_tkg\_controlplane\_subnet) | If set to true, create subnet for tkg controlplane | `bool` | `false` | no |
Expand All @@ -81,7 +93,7 @@ terrafroming-azure is a set of terraform modules to deploy Dell DPS Products to
| <a name="input_ppdm_count"></a> [ppdm\_count](#input\_ppdm\_count) | will deploy PPDM when number greater 0. Number indicates number of PPDM Instances | `number` | `0` | no |
| <a name="input_ppdm_initial_password"></a> [ppdm\_initial\_password](#input\_ppdm\_initial\_password) | for use only if ansible playbooks shall hide password | `string` | `"Change_Me12345_"` | no |
| <a name="input_ppdm_public_ip"></a> [ppdm\_public\_ip](#input\_ppdm\_public\_ip) | must we assign a public ip to ppdm | `bool` | `false` | no |
| <a name="input_ppdm_version"></a> [ppdm\_version](#input\_ppdm\_version) | PPDM Version, can be: '19.11.0', '19.10.0', '19.9.0' | `string` | `"19.11.0"` | no |
| <a name="input_ppdm_version"></a> [ppdm\_version](#input\_ppdm\_version) | PPDM Version, can be: '19.11.0', '19.12.0' | `string` | `"19.12.0"` | no |
| <a name="input_storage_account_cs"></a> [storage\_account\_cs](#input\_storage\_account\_cs) | Storage account when using custom script extension with linux | `string` | `null` | no |
| <a name="input_storage_account_key_cs"></a> [storage\_account\_key\_cs](#input\_storage\_account\_key\_cs) | Storage account key when using custom script extension with linux | `string` | `null` | no |
| <a name="input_subscription_id"></a> [subscription\_id](#input\_subscription\_id) | n/a | `any` | n/a | yes |
Expand Down Expand Up @@ -109,6 +121,8 @@ terrafroming-azure is a set of terraform modules to deploy Dell DPS Products to
| <a name="output_AVE_SSH_PRIVATE_KEY"></a> [AVE\_SSH\_PRIVATE\_KEY](#output\_AVE\_SSH\_PRIVATE\_KEY) | The ssh private key for the AVE Instance |
| <a name="output_AVE_SSH_PUBLIC_KEY"></a> [AVE\_SSH\_PUBLIC\_KEY](#output\_AVE\_SSH\_PUBLIC\_KEY) | The ssh public key for the AVE Instance |
| <a name="output_AZURE_SUBSCRIPTION_ID"></a> [AZURE\_SUBSCRIPTION\_ID](#output\_AZURE\_SUBSCRIPTION\_ID) | n/a |
| <a name="output_DDVE_ATOS_CONTAINER"></a> [DDVE\_ATOS\_CONTAINER](#output\_DDVE\_ATOS\_CONTAINER) | n/a |
| <a name="output_DDVE_ATOS_STORAGE_ACCOUNT"></a> [DDVE\_ATOS\_STORAGE\_ACCOUNT](#output\_DDVE\_ATOS\_STORAGE\_ACCOUNT) | n/a |
| <a name="output_DDVE_PASSWORD"></a> [DDVE\_PASSWORD](#output\_DDVE\_PASSWORD) | n/a |
| <a name="output_DDVE_PRIVATE_FQDN"></a> [DDVE\_PRIVATE\_FQDN](#output\_DDVE\_PRIVATE\_FQDN) | the private FQDN of the first DDVE |
| <a name="output_DDVE_PRIVATE_IP"></a> [DDVE\_PRIVATE\_IP](#output\_DDVE\_PRIVATE\_IP) | The private ip address for the first DDVE Instance |
Expand Down Expand Up @@ -141,6 +155,7 @@ terrafroming-azure is a set of terraform modules to deploy Dell DPS Products to
| <a name="output_ave_public_fqdn"></a> [ave\_public\_fqdn](#output\_ave\_public\_fqdn) | the private FQDN of the AVE´s |
| <a name="output_ave_ssh_private_key"></a> [ave\_ssh\_private\_key](#output\_ave\_ssh\_private\_key) | The ssh private key´s for the AVE Instances |
| <a name="output_ave_ssh_public_key"></a> [ave\_ssh\_public\_key](#output\_ave\_ssh\_public\_key) | The ssh public keys for the AVE Instances |
| <a name="output_crs_vpn_public_ip"></a> [crs\_vpn\_public\_ip](#output\_crs\_vpn\_public\_ip) | The IP of the VPN Vnet Gateway |
| <a name="output_ddve_private_fqdn"></a> [ddve\_private\_fqdn](#output\_ddve\_private\_fqdn) | the private FQDN of the DDVE´s |
| <a name="output_ddve_private_ip"></a> [ddve\_private\_ip](#output\_ddve\_private\_ip) | The private ip addresses for the DDVE Instances |
| <a name="output_ddve_public_fqdn"></a> [ddve\_public\_fqdn](#output\_ddve\_public\_fqdn) | the private FQDN of the DDVE´s |
Expand Down

0 comments on commit 7c170cb

Please sign in to comment.