Skip to content

Commit

Permalink
Merge pull request #14 from ned1313/Fix-VM-size
Browse files Browse the repository at this point in the history
Fix vm size
  • Loading branch information
gmaentz authored Aug 1, 2022
2 parents 54c1bc4 + 0b136b7 commit 07876a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solution/lifecycle/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ prefix = "ghm"
location = "East US"
admin_username = "testadmin"
admin_password = "Password1234!"
vm_size = "Standard_F2"
vm_size = "Standard_D2s_v4"
3 changes: 1 addition & 2 deletions tfe-sentinel-development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Add a list of allowed VM Sizes:

```hcl
allowed_sizes = [
"Standard_A1",
"Standard_A2",
"Standard_A2_v2",
"Standard_D1_v2",
"Standard_D2_v2",
]
Expand Down

0 comments on commit 07876a8

Please sign in to comment.