Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and assafgi committed Apr 4, 2023
1 parent b57af56 commit 21cc553
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion function-app/distribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@

| Name | Version |
|------|---------|
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~>3.43.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~>3.50.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_archive"></a> [archive](#provider\_archive) | n/a |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~>3.50.0 |
| <a name="provider_null"></a> [null](#provider\_null) | n/a |

## Modules
Expand All @@ -24,13 +25,15 @@
|------|------|
| [null_resource.build_function_code](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource |
| [archive_file.function_zip](https://registry.terraform.io/providers/hashicorp/archive/latest/docs/data-sources/file) | data source |
| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_dist"></a> [dist](#input\_dist) | Distribution option ('dev' or 'release') | `string` | `"dev"` | no |
| <a name="input_regions"></a> [regions](#input\_regions) | Map of lists of supported regions | `map(list(string))` | <pre>{<br> "dev": [<br> "eastus"<br> ],<br> "release": [<br> "brazilsouth",<br> "canadacentral",<br> "centralus",<br> "eastus",<br> "eastus2",<br> "southcentralus",<br> "westus2",<br> "westus3",<br> "francecentral",<br> "germanywestcentral",<br> "northeurope",<br> "westeurope",<br> "uksouth",<br> "swedencentral",<br> "qatarcentral",<br> "australiaeast",<br> "centralindia",<br> "japaneast",<br> "eastasia",<br> "southeastasia"<br> ]<br>}</pre> | no |
| <a name="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name) | The name of Azure resource group | `string` | `"weka-tf-functions"` | no |
| <a name="input_subscription_id"></a> [subscription\_id](#input\_subscription\_id) | Subscription id for deployment | `string` | n/a | yes |

## Outputs
Expand Down
7 changes: 4 additions & 3 deletions function-app/distribution/upload_zip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

| Name | Version |
|------|---------|
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~>3.43.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~>3.50.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~>3.43.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~>3.50.0 |
| <a name="provider_null"></a> [null](#provider\_null) | n/a |

## Modules
Expand All @@ -20,9 +20,9 @@ No modules.

| Name | Type |
|------|------|
| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group) | resource |
| [azurerm_storage_account.sa](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account) | resource |
| [azurerm_storage_container.container](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_container) | resource |
| [azurerm_storage_management_policy.retention_policy](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_management_policy) | resource |
| [null_resource.function_app_code](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource |
| [azurerm_storage_account_blob_container_sas.sa_sas](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_account_blob_container_sas) | data source |

Expand All @@ -34,6 +34,7 @@ No modules.
| <a name="input_function_app_code_hash"></a> [function\_app\_code\_hash](#input\_function\_app\_code\_hash) | The MD5 checksum of function app dir. | `string` | n/a | yes |
| <a name="input_function_app_zip_path"></a> [function\_app\_zip\_path](#input\_function\_app\_zip\_path) | An absolute path to the code zip on the local system. | `string` | n/a | yes |
| <a name="input_region"></a> [region](#input\_region) | Azure location (region) | `string` | n/a | yes |
| <a name="input_rg_name"></a> [rg\_name](#input\_rg\_name) | Resource group name. | `string` | n/a | yes |

## Outputs

Expand Down

0 comments on commit 21cc553

Please sign in to comment.