Skip to content

Commit

Permalink
Added GP_Standard_D2ads_v5
Browse files Browse the repository at this point in the history
  • Loading branch information
nasaldrops committed Mar 14, 2024
1 parent 01257ea commit 974ae07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/shared_services/admin-vm/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"type": "string",
"enum": [
"Standard_B2s",
"Standard_D2ds_v3",
"GP_Standard_D2ads_v5",
"Standard_D2s_v4",
"Standard_D2s_v5",
"Standard_D2ds_v3"
"GP_Standard_D2ads_v5"
],
"default": "Standard_B2s",
"title": "VM SKU",
Expand Down
2 changes: 1 addition & 1 deletion templates/shared_services/gitea/terraform/mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "azurerm_mysql_flexible_server" "gitea" {
resource_group_name = local.core_resource_group_name
location = data.azurerm_resource_group.rg.location
administrator_login = "mysqladmin"
sku_name = "Standard_D2ds_v3"
sku_name = "GP_Standard_D2ads_v5"
version = "8.0.21"
backup_retention_days = 7
geo_redundant_backup_enabled = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PARENT_SERVICE_ID=__CHANGE_ME__
WORKSPACE_ID=__CHANGE_ME__
ID=__CHANGE_ME__
AZURE_LOCATION=__CHANGE_ME__
VM_SIZE="Standard_D2ds_v3"
VM_SIZE="GP_Standard_D2ads_v5"
AAD_TENANT_ID=__CHANGE_ME__
USER_OBJECT_ID=__CHANGE_ME__

Expand Down
2 changes: 1 addition & 1 deletion templates/workspace_services/gitea/terraform/mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "azurerm_mysql_flexible_server" "gitea" {
resource_group_name = data.azurerm_resource_group.ws.name
location = data.azurerm_resource_group.ws.location
administrator_login = "mysqladmin"
sku_name = "Standard_D2ds_v3"
sku_name = "GP_Standard_D2ads_v5"
version = "8.0.21"
backup_retention_days = 7
geo_redundant_backup_enabled = false
Expand Down

0 comments on commit 974ae07

Please sign in to comment.