Skip to content

Commit

Permalink
Update extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
niven01 committed Sep 5, 2023
1 parent 615f8da commit 40d7eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/linux/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "local_sensitive_file" "linux_provision_vm1" {
}

resource "azurerm_virtual_machine_extension" "provision_linux_vm1" {
name = "provision-linux-script-ext"
name = "provision-linux-ext"
virtual_machine_id = var.virtual_machine_id
publisher = "Microsoft.Azure.Extensions"
type = "CustomScript"
Expand Down

0 comments on commit 40d7eb8

Please sign in to comment.