File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
terraform/account-wide-infrastructure Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ variable "enable_powerbi_auto_push" {
5959variable "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
6565variable "use_powerbi_gw_custom_ami" {
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ variable "enable_powerbi_auto_push" {
6060variable "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
6666variable "use_powerbi_gw_custom_ami" {
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ variable "enable_powerbi_auto_push" {
7474variable "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
8080variable "use_powerbi_gw_custom_ami" {
You can’t perform that action at this time.
0 commit comments