Skip to content

Commit

Permalink
fix: library version (#203)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. Please fill out the
template below.-->
## Overview/Summary

Ensure library versin is in a single place

## This PR fixes/adds/changes/removes

N/A

### Breaking Changes

None

## Testing Evidence

Please provide any testing evidence to show that your Pull Request
works/fixes as described and planned (include screenshots, if
appropriate).

## As part of this Pull Request I have

- [ ] Checked for duplicate [Pull
Requests](https://github.com/Azure/alz-terraform-accelerator/pulls)
- [ ] Associated it with relevant
[issues](https://github.com/Azure/alz-terraform-accelerator/issues), for
tracking and closure.
- [ ] Ensured my code/branch is up-to-date with the latest changes in
the `main`
[branch](https://github.com/Azure/alz-terraform-accelerator/tree/main)
- [ ] Performed testing and provided evidence.
- [ ] Updated relevant and associated documentation.
  • Loading branch information
jaredfholgate authored Jan 16, 2025
1 parent ed5f03e commit af0fe6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": [
{
"path": "platform/alz",
"ref": "2024.11.0"
"ref": "2025.01.0"
}
]
}
4 changes: 0 additions & 4 deletions templates/platform_landing_zone/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ terraform {
provider "alz" {
library_overwrite_enabled = true
library_references = [
{
path = "platform/alz"
ref = "2025.01.0"
},
{
custom_url = "${path.root}/lib"
}
Expand Down

0 comments on commit af0fe6a

Please sign in to comment.