Skip to content

Commit

Permalink
bug: Pinning accelerator-bootstrap-module version for SLZ (#189)
Browse files Browse the repository at this point in the history
## Overview/Summary

Pinning accelerator-bootstrap-module version for SLZ

## This PR fixes/adds/changes/removes

1. Updates inputs files for the pinned version of
accelerator-bootstrap-modules

### Breaking Changes

1. None

## As part of this Pull Request I have

- [x] Checked for duplicate [Pull
Requests](https://github.com/Azure/alz-terraform-accelerator/pulls)
- [x] Associated it with relevant
[issues](https://github.com/Azure/alz-terraform-accelerator/issues), for
tracking and closure.
- [x] 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)
- [x] Performed testing and provided evidence.
- [x] Updated relevant and associated documentation.

Co-authored-by: sdeguchi <[email protected]>
Co-authored-by: Jared Holgate <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent 4b34c41 commit 6cf41c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ use_premium_firewall: true
vpn_gateway_config: {name: "noconfigVpn"}

# Advanced Inputs
bootstrap_module_version: "latest"
bootstrap_module_version: "v4.1.2"
starter_module_version: "latest"
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ use_premium_firewall: true
vpn_gateway_config: {name: "noconfigVpn"}

# Advanced Inputs
bootstrap_module_version: "latest"
bootstrap_module_version: "v4.1.2"
starter_module_version: "latest"
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ use_premium_firewall: true
vpn_gateway_config: {name: "noconfigVpn"}

# Advanced Inputs
bootstrap_module_version: "latest"
bootstrap_module_version: "v4.1.2"
starter_module_version: "latest"

0 comments on commit 6cf41c3

Please sign in to comment.