Skip to content

Commit

Permalink
Locked azapi to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Nov 29, 2024
1 parent 27298fa commit 671fd3e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 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.

2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ 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_azapi"></a> [azapi](#requirement\_azapi) | ~> 1.13.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 3.76.0 |
| <a name="requirement_statuscake"></a> [statuscake](#requirement\_statuscake) | >= 2.1.0 |

Expand Down
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azapi = {
source = "Azure/azapi"
version = ">= 1.13.0"
version = "~> 1.13.0"
}
}
}

0 comments on commit 671fd3e

Please sign in to comment.