Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
feat(bootstrap): provider azurerm ~> 2.42
Browse files Browse the repository at this point in the history
Bumping azurerm to 2.42 because this bug:
hashicorp/terraform-provider-azurerm#10035
  • Loading branch information
jabielecki committed Jan 29, 2021
1 parent 53cf798 commit d40d76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/vm-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ See the examples/vm-series directory.
| Name | Version |
|------|---------|
| terraform | >=0.12.29, <0.14 |
| azurerm | >=2.26.0 |
| azurerm | ~>2.42 |
| random | ~>3.0 |

## Providers

| Name | Version |
|------|---------|
| azurerm | >=2.26.0 |
| azurerm | ~>2.42 |
| random | ~>3.0 |

## Inputs
Expand Down
2 changes: 1 addition & 1 deletion modules/vm-bootstrap/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">=2.26.0"
version = "~>2.42"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit d40d76c

Please sign in to comment.