diff --git a/function-app/distribution/README.md b/function-app/distribution/README.md index efab0283..7f4b822c 100644 --- a/function-app/distribution/README.md +++ b/function-app/distribution/README.md @@ -3,13 +3,14 @@ | Name | Version | |------|---------| -| [azurerm](#requirement\_azurerm) | ~>3.43.0 | +| [azurerm](#requirement\_azurerm) | ~>3.50.0 | ## Providers | Name | Version | |------|---------| | [archive](#provider\_archive) | n/a | +| [azurerm](#provider\_azurerm) | ~>3.50.0 | | [null](#provider\_null) | n/a | ## Modules @@ -24,6 +25,7 @@ |------|------| | [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 @@ -31,6 +33,7 @@ |------|-------------|------|---------|:--------:| | [dist](#input\_dist) | Distribution option ('dev' or 'release') | `string` | `"dev"` | no | | [regions](#input\_regions) | Map of lists of supported regions | `map(list(string))` |
{| no | +| [resource\_group\_name](#input\_resource\_group\_name) | The name of Azure resource group | `string` | `"weka-tf-functions"` | no | | [subscription\_id](#input\_subscription\_id) | Subscription id for deployment | `string` | n/a | yes | ## Outputs diff --git a/function-app/distribution/upload_zip/README.md b/function-app/distribution/upload_zip/README.md index faac338c..38bc6ad0 100644 --- a/function-app/distribution/upload_zip/README.md +++ b/function-app/distribution/upload_zip/README.md @@ -3,13 +3,13 @@ | Name | Version | |------|---------| -| [azurerm](#requirement\_azurerm) | ~>3.43.0 | +| [azurerm](#requirement\_azurerm) | ~>3.50.0 | ## Providers | Name | Version | |------|---------| -| [azurerm](#provider\_azurerm) | ~>3.43.0 | +| [azurerm](#provider\_azurerm) | ~>3.50.0 | | [null](#provider\_null) | n/a | ## Modules @@ -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 | @@ -34,6 +34,7 @@ No modules. | [function\_app\_code\_hash](#input\_function\_app\_code\_hash) | The MD5 checksum of function app dir. | `string` | n/a | yes | | [function\_app\_zip\_path](#input\_function\_app\_zip\_path) | An absolute path to the code zip on the local system. | `string` | n/a | yes | | [region](#input\_region) | Azure location (region) | `string` | n/a | yes | +| [rg\_name](#input\_rg\_name) | Resource group name. | `string` | n/a | yes | ## Outputs
"dev": [
"eastus"
],
"release": [
"brazilsouth",
"canadacentral",
"centralus",
"eastus",
"eastus2",
"southcentralus",
"westus2",
"westus3",
"francecentral",
"germanywestcentral",
"northeurope",
"westeurope",
"uksouth",
"swedencentral",
"qatarcentral",
"australiaeast",
"centralindia",
"japaneast",
"eastasia",
"southeastasia"
]
}