Skip to content

Commit 50073dd

Browse files
authored
Merge pull request #335 from ComputeCanada/azure_ssh_keys
Add admin_ssh_key to ignore_changes list in Azure
2 parents 0113ba8 + fc4fc65 commit 50073dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/infrastructure.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ resource "azurerm_linux_virtual_machine" "instances" {
110110
username = "azure"
111111
public_key = key.value
112112
}
113-
114113
}
115114

116115
priority = contains(each.value["tags"], "spot") ? "Spot" : "Regular"
@@ -123,6 +122,7 @@ resource "azurerm_linux_virtual_machine" "instances" {
123122
source_image_reference,
124123
source_image_id,
125124
custom_data,
125+
admin_ssh_key,
126126
]
127127
}
128128
}

0 commit comments

Comments
 (0)