Skip to content

Commit 0670107

Browse files
committed
NRL-1386 Upgrade to medium ec2 for 4gb memory
1 parent 929d82c commit 0670107

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terraform/account-wide-infrastructure/dev/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ variable "enable_powerbi_auto_push" {
5959
variable "powerbi_gw_instance_type" {
6060
type = string
6161
description = "Type for PowerBI GW EC2 Instance"
62-
default = "t2.micro"
62+
default = "t2.medium"
6363
}
6464

6565
variable "use_powerbi_gw_custom_ami" {

terraform/account-wide-infrastructure/prod/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ variable "enable_powerbi_auto_push" {
6060
variable "powerbi_gw_instance_type" {
6161
type = string
6262
description = "Type for PowerBI GW EC2 Instance"
63-
default = "t2.micro"
63+
default = "t2.medium"
6464
}
6565

6666
variable "use_powerbi_gw_custom_ami" {

terraform/account-wide-infrastructure/test/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ variable "enable_powerbi_auto_push" {
7474
variable "powerbi_gw_instance_type" {
7575
type = string
7676
description = "Type for PowerBI GW EC2 Instance"
77-
default = "t2.micro"
77+
default = "t2.medium"
7878
}
7979

8080
variable "use_powerbi_gw_custom_ami" {

0 commit comments

Comments
 (0)