Skip to content

Commit 4aa6750

Browse files
authored
Merge pull request #3 from data-platform-hq/fix-remove-zip-extension
fix: removed zip package installation
2 parents 08afb0f + 1d62efe commit 4aa6750

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

main.tf

-9
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ module "vmss" {
1212
resource_group = var.resource_group
1313
admin_ssh_key = { public_key = tls_private_key.this.public_key_openssh }
1414
subnet = var.subnet_id
15-
extensions = [{
16-
name = "packages"
17-
publisher = "Microsoft.Azure.Extensions"
18-
type = "CustomScript"
19-
type_handler_version = "2.0"
20-
settings = jsonencode({
21-
"script" : (base64encode("apt-get update -y && apt-get upgrade -y && apt-get install unzip -y"))
22-
})
23-
}]
2415
}
2516

2617
data "azuredevops_project" "this" {

0 commit comments

Comments
 (0)