Skip to content

Commit

Permalink
skip: update CI 241
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Sep 3, 2024
1 parent 403c8d7 commit 489dc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_policy_testing/green/vm/vm_linux.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "azurerm_linux_virtual_machine" "this" {
name = "${module.naming.resource_prefix.vm}grlin"
location = data.terraform_remote_state.common.outputs.location
resource_group_name = data.terraform_remote_state.common.outputs.resource_group
size = "Standard_DS2_v3"
size = "Standard_D2s_v3"
disable_password_authentication = true
admin_username = random_string.this.result
availability_set_id = azurerm_availability_set.this.id
Expand Down

0 comments on commit 489dc71

Please sign in to comment.