Skip to content

Commit d9dfa56

Browse files
authored
fix: added tags for vmss module
1 parent 51d06e3 commit d9dfa56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module "vmss" {
1010
scale_set_name = var.vm_scale_set_name
1111
location = var.location
1212
resource_group = var.resource_group
13+
tags = var.tags
1314
admin_ssh_key = { public_key = tls_private_key.this.public_key_openssh }
1415
subnet_id = var.subnet_id
1516
public_ip_prefix_enabled = var.ado_vmss_public_ip_prefix_enabled

0 commit comments

Comments
 (0)