Skip to content

Commit

Permalink
static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
umbcoppolabottazzi committed Nov 22, 2024
1 parent c5a38d0 commit 7488fbf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/01_networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
| <a name="input_location"></a> [location](#input\_location) | n/a | `string` | n/a | yes |
| <a name="input_location_short"></a> [location\_short](#input\_location\_short) | Location short like eg: neu, weu.. | `string` | n/a | yes |
| <a name="input_prefix"></a> [prefix](#input\_prefix) | n/a | `string` | n/a | yes |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br/> "CreatedBy": "Terraform"<br/>}</pre> | no |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br> "CreatedBy": "Terraform"<br>}</pre> | no |
| <a name="input_vpn_pip_sku"></a> [vpn\_pip\_sku](#input\_vpn\_pip\_sku) | VPN GW PIP SKU | `string` | `"Standard"` | no |
| <a name="input_vpn_sku"></a> [vpn\_sku](#input\_vpn\_sku) | VPN Gateway SKU | `string` | `"VpnGw1"` | no |
| <a name="input_zones"></a> [zones](#input\_zones) | (Optional) List of availability zones on which the API management and appgateway will be deployed | `list(number)` | `[]` | no |
Expand Down
2 changes: 1 addition & 1 deletion src/02_security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
| <a name="input_location"></a> [location](#input\_location) | n/a | `string` | n/a | yes |
| <a name="input_location_short"></a> [location\_short](#input\_location\_short) | Location short like eg: neu, weu.. | `string` | n/a | yes |
| <a name="input_prefix"></a> [prefix](#input\_prefix) | n/a | `string` | n/a | yes |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br/> "CreatedBy": "Terraform"<br/>}</pre> | no |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br> "CreatedBy": "Terraform"<br>}</pre> | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion src/03_packer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
| <a name="input_location"></a> [location](#input\_location) | n/a | `string` | n/a | yes |
| <a name="input_location_short"></a> [location\_short](#input\_location\_short) | Location short like eg: neu, weu.. | `string` | n/a | yes |
| <a name="input_prefix"></a> [prefix](#input\_prefix) | n/a | `string` | n/a | yes |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br/> "CreatedBy": "Terraform"<br/>}</pre> | no |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br> "CreatedBy": "Terraform"<br>}</pre> | no |

## Outputs

Expand Down
4 changes: 2 additions & 2 deletions src/04_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_apim_alerts_enabled"></a> [apim\_alerts\_enabled](#input\_apim\_alerts\_enabled) | Enable alerts | `bool` | `true` | no |
| <a name="input_apim_autoscale"></a> [apim\_autoscale](#input\_apim\_autoscale) | Configure Apim autoscale on capacity metric | <pre>object(<br/> {<br/> enabled = bool<br/> default_instances = number<br/> minimum_instances = number<br/> maximum_instances = number<br/> scale_out_capacity_percentage = number<br/> scale_out_time_window = string<br/> scale_out_value = string<br/> scale_out_cooldown = string<br/> scale_in_capacity_percentage = number<br/> scale_in_time_window = string<br/> scale_in_value = string<br/> scale_in_cooldown = string<br/> }<br/> )</pre> | <pre>{<br/> "default_instances": 1,<br/> "enabled": false,<br/> "maximum_instances": 5,<br/> "minimum_instances": 1,<br/> "scale_in_capacity_percentage": 30,<br/> "scale_in_cooldown": "PT30M",<br/> "scale_in_time_window": "PT30M",<br/> "scale_in_value": "1",<br/> "scale_out_capacity_percentage": 60,<br/> "scale_out_cooldown": "PT45M",<br/> "scale_out_time_window": "PT10M",<br/> "scale_out_value": "2"<br/>}</pre> | no |
| <a name="input_apim_autoscale"></a> [apim\_autoscale](#input\_apim\_autoscale) | Configure Apim autoscale on capacity metric | <pre>object(<br> {<br> enabled = bool<br> default_instances = number<br> minimum_instances = number<br> maximum_instances = number<br> scale_out_capacity_percentage = number<br> scale_out_time_window = string<br> scale_out_value = string<br> scale_out_cooldown = string<br> scale_in_capacity_percentage = number<br> scale_in_time_window = string<br> scale_in_value = string<br> scale_in_cooldown = string<br> }<br> )</pre> | <pre>{<br> "default_instances": 1,<br> "enabled": false,<br> "maximum_instances": 5,<br> "minimum_instances": 1,<br> "scale_in_capacity_percentage": 30,<br> "scale_in_cooldown": "PT30M",<br> "scale_in_time_window": "PT30M",<br> "scale_in_value": "1",<br> "scale_out_capacity_percentage": 60,<br> "scale_out_cooldown": "PT45M",<br> "scale_out_time_window": "PT10M",<br> "scale_out_value": "2"<br>}</pre> | no |
| <a name="input_apim_publisher_name"></a> [apim\_publisher\_name](#input\_apim\_publisher\_name) | APIM | `string` | n/a | yes |
| <a name="input_apim_sku"></a> [apim\_sku](#input\_apim\_sku) | n/a | `string` | n/a | yes |
| <a name="input_app_gateway_alerts_enabled"></a> [app\_gateway\_alerts\_enabled](#input\_app\_gateway\_alerts\_enabled) | Enable alerts | `bool` | `true` | no |
Expand All @@ -90,7 +90,7 @@
| <a name="input_location"></a> [location](#input\_location) | n/a | `string` | n/a | yes |
| <a name="input_location_short"></a> [location\_short](#input\_location\_short) | Location short like eg: neu, weu.. | `string` | n/a | yes |
| <a name="input_prefix"></a> [prefix](#input\_prefix) | # General | `string` | n/a | yes |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br/> "CreatedBy": "Terraform"<br/>}</pre> | no |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br> "CreatedBy": "Terraform"<br>}</pre> | no |
| <a name="input_zones"></a> [zones](#input\_zones) | (Optional) List of availability zones on which the API management and appgateway will be deployed | `list(number)` | `[]` | no |

## Outputs
Expand Down
4 changes: 2 additions & 2 deletions src/06_domains/cittadini-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
| <a name="input_location"></a> [location](#input\_location) | n/a | `string` | n/a | yes |
| <a name="input_location_short"></a> [location\_short](#input\_location\_short) | Location short like eg: neu, weu.. | `string` | n/a | yes |
| <a name="input_prefix"></a> [prefix](#input\_prefix) | n/a | `string` | n/a | yes |
| <a name="input_redis_params"></a> [redis\_params](#input\_redis\_params) | Redis | <pre>object({<br/> capacity = number<br/> sku_name = string<br/> family = string<br/> version = string<br/> })</pre> | n/a | yes |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br/> "CreatedBy": "Terraform"<br/>}</pre> | no |
| <a name="input_redis_params"></a> [redis\_params](#input\_redis\_params) | Redis | <pre>object({<br> capacity = number<br> sku_name = string<br> family = string<br> version = string<br> })</pre> | n/a | yes |
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(any)` | <pre>{<br> "CreatedBy": "Terraform"<br>}</pre> | no |

## Outputs

Expand Down

0 comments on commit 7488fbf

Please sign in to comment.