Skip to content

Commit

Permalink
Corrected terraform lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored and renovate[bot] committed Nov 29, 2024
1 parent cd51c10 commit 76739f0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 30 deletions.
41 changes: 15 additions & 26 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ If everything looks good, answer `yes` and wait for the new infrastructure to be
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.1 |
| <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) | >= 1.13.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 3.76.0 |
| <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) | ~> 1.13.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.0.0 |
| <a name="requirement_statuscake"></a> [statuscake](#requirement\_statuscake) | >= 2.1.0 |

## Providers
Expand Down
4 changes: 2 additions & 2 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.76.0"
version = "~> 4.0.0"
}
statuscake = {
source = "StatusCakeDev/statuscake"
version = ">= 2.1.0"
}
azapi = {
source = "Azure/azapi"
version = ">= 1.13.0"
version = "~> 1.13.0"
}
}
}

0 comments on commit 76739f0

Please sign in to comment.