Skip to content

Commit

Permalink
fix: support identity block in vmss
Browse files Browse the repository at this point in the history
  • Loading branch information
owlleg6 authored Jun 11, 2024
1 parent e5795a0 commit 092338c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "tls_private_key" "this" {

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

scale_set_name = var.vm_scale_set_name
location = var.location
Expand All @@ -19,6 +19,7 @@ module "vmss" {
facility_names = var.drc_facility_names
log_levels = var.drc_log_levels
datasource_name = var.drc_datasource_name
identity_ids = var.identity_ids
}

data "azuredevops_project" "this" {
Expand Down

0 comments on commit 092338c

Please sign in to comment.