Skip to content

Commit 88bc67b

Browse files
authored
Merge pull request #3 from Think-Cube/dependabot/terraform/hashicorp/azurerm-4.45.0
Bump hashicorp/azurerm from 4.27.0 to 4.45.0
2 parents bcae6d7 + 3cf0e9b commit 88bc67b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
| Name | Version |
44
|------|---------|
55
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.3 |
6-
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 4.27.0 |
6+
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 4.45.0 |
77

88
## Providers
99

1010
| Name | Version |
1111
|------|---------|
12-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.27.0 |
12+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.45.0 |
1313

1414
## Modules
1515

@@ -19,10 +19,10 @@ No modules.
1919

2020
| Name | Type |
2121
|------|------|
22-
| [azurerm_cognitive_account.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.27.0/docs/resources/cognitive_account) | resource |
23-
| [azurerm_cognitive_deployment.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.27.0/docs/resources/cognitive_deployment) | resource |
24-
| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.27.0/docs/data-sources/client_config) | data source |
25-
| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/4.27.0/docs/data-sources/resource_group) | data source |
22+
| [azurerm_cognitive_account.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.0/docs/resources/cognitive_account) | resource |
23+
| [azurerm_cognitive_deployment.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.0/docs/resources/cognitive_deployment) | resource |
24+
| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.0/docs/data-sources/client_config) | data source |
25+
| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.0/docs/data-sources/resource_group) | data source |
2626

2727
## Inputs
2828

@@ -34,14 +34,14 @@ No modules.
3434
| <a name="input_cognitive_account_public_network_access_enabled"></a> [cognitive\_account\_public\_network\_access\_enabled](#input\_cognitive\_account\_public\_network\_access\_enabled) | Controls whether public network access is enabled for the Azure OpenAI Service. | `bool` | `true` | no |
3535
| <a name="input_cognitive_account_sku_name"></a> [cognitive\_account\_sku\_name](#input\_cognitive\_account\_sku\_name) | The pricing tier (SKU) for the Azure OpenAI Service (e.g., S0). | `string` | `"S0"` | no |
3636
| <a name="input_default_tags"></a> [default\_tags](#input\_default\_tags) | A map of key-value pairs to tag resources for organization and management. | `map(any)` | n/a | yes |
37-
| <a name="input_deployment"></a> [deployment](#input\_deployment) | Configures Cognitive Services Account deployments with the following attributes:<br> - name: The deployment name. Changing this triggers resource recreation.<br> - model\_format: The model format (e.g., OpenAI). Changing this triggers resource recreation.<br> - model\_name: The name of the deployment model. Changing this triggers resource recreation.<br> - model\_version: The version of the deployment model.<br> - scale\_type: The deployment scale type (e.g., Standard). Changing this triggers resource recreation.<br> - rai\_policy\_name: Optional Responsible AI policy name. Changing this triggers resource recreation.<br> - capacity: Optional Tokens-per-Minute (TPM) capacity, defaults to 1 (1000 tokens/min).<br> - version\_upgrade\_option: Optional model version upgrade policy (e.g., OnceNewDefaultVersionAvailable, OnceCurrentVersionExpired, NoAutoUpgrade). | <pre>map(object({<br> name = string<br> model_format = string<br> model_name = string<br> model_version = string<br> scale_type = string<br> rai_policy_name = optional(string)<br> capacity = optional(number)<br> version_upgrade_option = optional(string)<br> }))</pre> | `{}` | no |
37+
| <a name="input_deployment"></a> [deployment](#input\_deployment) | Configures Cognitive Services Account deployments with the following attributes:<br/> - name: The deployment name. Changing this triggers resource recreation.<br/> - model\_format: The model format (e.g., OpenAI). Changing this triggers resource recreation.<br/> - model\_name: The name of the deployment model. Changing this triggers resource recreation.<br/> - model\_version: The version of the deployment model.<br/> - scale\_type: The deployment scale type (e.g., Standard). Changing this triggers resource recreation.<br/> - rai\_policy\_name: Optional Responsible AI policy name. Changing this triggers resource recreation.<br/> - capacity: Optional Tokens-per-Minute (TPM) capacity, defaults to 1 (1000 tokens/min).<br/> - version\_upgrade\_option: Optional model version upgrade policy (e.g., OnceNewDefaultVersionAvailable, OnceCurrentVersionExpired, NoAutoUpgrade). | <pre>map(object({<br/> name = string<br/> model_format = string<br/> model_name = string<br/> model_version = string<br/> scale_type = string<br/> rai_policy_name = optional(string)<br/> capacity = optional(number)<br/> version_upgrade_option = optional(string)<br/> }))</pre> | `{}` | no |
3838
| <a name="input_environment"></a> [environment](#input\_environment) | Defines the environment type for the backend container (e.g., dev, prod, staging). | `string` | `"dev"` | no |
3939
| <a name="input_identity_enabled"></a> [identity\_enabled](#input\_identity\_enabled) | Enables or disables managed identity for the Cognitive Service Account. | `bool` | `false` | no |
4040
| <a name="input_identity_type"></a> [identity\_type](#input\_identity\_type) | Specifies the managed identity type (e.g., SystemAssigned, UserAssigned). | `string` | `"SystemAssigned"` | no |
4141
| <a name="input_network_acls_default_action"></a> [network\_acls\_default\_action](#input\_network\_acls\_default\_action) | Sets the default action for network ACLs (e.g., Allow or Deny). | `string` | `"Deny"` | no |
4242
| <a name="input_network_acls_enabled"></a> [network\_acls\_enabled](#input\_network\_acls\_enabled) | Enables or disables network Access Control Lists (ACLs) for the Cognitive Service Account. | `bool` | `false` | no |
4343
| <a name="input_network_acls_ip_rules"></a> [network\_acls\_ip\_rules](#input\_network\_acls\_ip\_rules) | A list of IP addresses or CIDR blocks allowed in network ACLs. | `list(string)` | `[]` | no |
44-
| <a name="input_network_acls_virtual_network_rules"></a> [network\_acls\_virtual\_network\_rules](#input\_network\_acls\_virtual\_network\_rules) | A list of virtual network rules for network ACLs, specifying subnet ID and optional service endpoint settings. | <pre>list(object({<br> subnet_id = string<br> ignore_missing_vnet_service_endpoint = optional(bool)<br> }))</pre> | `[]` | no |
44+
| <a name="input_network_acls_virtual_network_rules"></a> [network\_acls\_virtual\_network\_rules](#input\_network\_acls\_virtual\_network\_rules) | A list of virtual network rules for network ACLs, specifying subnet ID and optional service endpoint settings. | <pre>list(object({<br/> subnet_id = string<br/> ignore_missing_vnet_service_endpoint = optional(bool)<br/> }))</pre> | `[]` | no |
4545
| <a name="input_region"></a> [region](#input\_region) | The Azure region where resources will be deployed (e.g., 'weu' for West Europe). | `string` | `"weu"` | no |
4646
| <a name="input_resource_group_location"></a> [resource\_group\_location](#input\_resource\_group\_location) | The Azure region for creating the resource group. Changing this triggers resource recreation. | `string` | `"West Europe"` | no |
4747
| <a name="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name) | The name of the Azure resource group where resources will be provisioned. | `string` | n/a | yes |

backend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "hashicorp/azurerm"
5-
version = "4.27.0"
5+
version = "4.45.0"
66
}
77
}
88
required_version = ">= 1.6.3"

0 commit comments

Comments
 (0)