Skip to content

Commit

Permalink
fix: udpate azurerm provider version (#15)
Browse files Browse the repository at this point in the history
Need to update to meet version constraints.
  • Loading branch information
jordan-acosta authored Jul 27, 2024
1 parent 5e3096e commit cdd6094
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions .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 versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.94.0"
version = "~> 3.113.0"
}
}
}

0 comments on commit cdd6094

Please sign in to comment.