Skip to content

Commit

Permalink
Merge pull request #9 from data-platform-hq/fix/vmss-os-update-policy
Browse files Browse the repository at this point in the history
fix: vmss os update policy
  • Loading branch information
owlleg6 authored Mar 29, 2024
2 parents 3102eac + 73c94cb commit 43e2995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "vmss_forwarder" {
| Name | Source | Version |
|------|--------|---------|
| <a name="module_lb"></a> [lb](#module\_lb) | data-platform-hq/load-balancer/azurerm | 1.0.1 |
| <a name="module_vmss"></a> [vmss](#module\_vmss) | data-platform-hq/vmss/azurerm | 1.2.3 |
| <a name="module_vmss"></a> [vmss](#module\_vmss) | data-platform-hq/vmss/azurerm | 1.2.4 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "random_password" "this" {

module "vmss" {
source = "data-platform-hq/vmss/azurerm"
version = "1.2.3"
version = "1.2.4"

tags = var.tags
resource_group = var.resource_group
Expand Down

0 comments on commit 43e2995

Please sign in to comment.