File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ resource "azurerm_virtual_machine_extension" "create_ad" {
191
191
tags = var. tags
192
192
protected_settings = << PROT
193
193
{
194
- "fileUris": ["https://github. com/BlueTeamLabs/sentinel-attack/blob /master/lab/files/create-ad.ps1"],
194
+ "fileUris": ["https://raw.githubusercontent. com/BlueTeamLabs/sentinel-attack/master/lab/files/create-ad.ps1"],
195
195
"commandToExecute": "powershell -ExecutionPolicy Unrestricted -File create-ad.ps1 ${ var . accounts . dc1_admin_password } ${ var . resource_group_name } .com ${ var . resource_group_name } "
196
196
}
197
197
PROT
@@ -280,7 +280,7 @@ resource "azurerm_virtual_machine_extension" "utils_pc1" {
280
280
tags = var. tags
281
281
protected_settings = << PROT
282
282
{
283
- "fileUris": ["https://github. com/BlueTeamLabs/sentinel-attack/blob /master/lab/files/install-utilities.ps1"],
283
+ "fileUris": ["https://raw.githubusercontent. com/BlueTeamLabs/sentinel-attack/master/lab/files/install-utilities.ps1"],
284
284
"commandToExecute": "powershell -ExecutionPolicy Unrestricted -File install-utilities.ps1 ${ var . resource_group_name } .com ${ var . accounts . dc1_admin_password } ${ var . resource_group_name } .com\\${ var . accounts . dc1_admin_user } "
285
285
}
286
286
PROT
You can’t perform that action at this time.
0 commit comments