Skip to content

Commit

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

Bump hashicorp/azurerm from 3.105.0 to 3.106.1
  • Loading branch information
spy86 authored Jun 4, 2024
2 parents f4b1527 + 2b710f1 commit 4289133
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.4 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 3.105.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | 3.106.1 |

#### Providers

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

#### Resources

| Name | Type |
|------|------|
| [azurerm_network_security_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/resources/network_security_group) | resource |
| [azurerm_network_security_rule.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/resources/network_security_rule) | resource |
| [azurerm_subnet_network_security_group_association.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/resources/subnet_network_security_group_association) | resource |
| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/data-sources/client_config) | data source |
| [azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/data-sources/resource_group) | data source |
| [azurerm_network_security_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.106.1/docs/resources/network_security_group) | resource |
| [azurerm_network_security_rule.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.106.1/docs/resources/network_security_rule) | resource |
| [azurerm_subnet_network_security_group_association.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.106.1/docs/resources/subnet_network_security_group_association) | resource |
| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/3.106.1/docs/data-sources/client_config) | data source |
| [azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.106.1/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.105.0"
version = "3.106.1"
}
}
required_version = ">= 1.6.4"
Expand Down

0 comments on commit 4289133

Please sign in to comment.