Skip to content

Commit

Permalink
Merge pull request #2 from Think-Cube/dependabot/terraform/hashicorp/…
Browse files Browse the repository at this point in the history
…azurerm-3.108.0

Bump hashicorp/azurerm from 3.3.0 to 3.108.0
  • Loading branch information
spy86 authored Jun 18, 2024
2 parents bb4282f + 13576ac commit c98cc27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.4 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 3.3.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 3.108.0 |

#### Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.3.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.108.0 |

#### Resources

| Name | Type |
|------|------|
| [azurerm_redis_cache.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.3.0/docs/resources/redis_cache) | resource |
| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/3.3.0/docs/data-sources/client_config) | data source |
| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/3.3.0/docs/data-sources/resource_group) | data source |
| [azurerm_redis_cache.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.108.0/docs/resources/redis_cache) | resource |
| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/3.108.0/docs/data-sources/client_config) | data source |
| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/3.108.0/docs/data-sources/resource_group) | data source |

#### Inputs

Expand Down
2 changes: 1 addition & 1 deletion backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.3.0"
version = "3.108.0"
}
}
required_version = ">= 1.6.4"
Expand Down

0 comments on commit c98cc27

Please sign in to comment.