File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
terraform/account-wide-infrastructure Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ module "powerbi_gw_instance" {
1919 glue_kms_key_arn = module. dev-glue . aws_kms_key_arn
2020 athena_kms_key_arn = module. dev-athena [0 ]. kms_key_arn
2121 athena_bucket_arn = module. dev-athena [0 ]. bucket_arn
22- root_volume_size = var. root_volume_size
23- root_volume_iops = var. root_volume_iops
22+ root_volume_size = var. powerbi_gw_root_volume_size
23+ root_volume_iops = var. powerbi_gw_root_volume_iops
2424
2525 subnet_id = module. vpc [0 ]. private_subnet_id
2626 security_groups = [module . vpc [0 ]. powerbi_gw_security_group_id ]
Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ variable "use_powerbi_gw_custom_ami" {
6868 default = true
6969}
7070
71- variable "root_volume_size " {
71+ variable "powerbi_gw_root_volume_size " {
7272 type = number
7373 description = " Size of the root EBS volume in GB"
7474 default = 40
7575}
7676
77- variable "root_volume_iops " {
77+ variable "powerbi_gw_root_volume_iops " {
7878 type = number
7979 description = " IOPS for the root EBS volume"
8080 default = 3000
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ module "powerbi_gw_instance" {
1919 glue_kms_key_arn = module. prod-glue . aws_kms_key_arn
2020 athena_kms_key_arn = module. prod-athena [0 ]. kms_key_arn
2121 athena_bucket_arn = module. prod-athena [0 ]. bucket_arn
22- root_volume_size = var. root_volume_size
23- root_volume_iops = var. root_volume_iops
22+ root_volume_size = var. powerbi_gw_root_volume_size
23+ root_volume_iops = var. powerbi_gw_root_volume_iops
2424
2525 subnet_id = module. vpc [0 ]. private_subnet_id
2626 security_groups = [module . vpc [0 ]. powerbi_gw_security_group_id ]
Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ variable "use_powerbi_gw_custom_ami" {
6969 default = true
7070}
7171
72- variable "root_volume_size " {
72+ variable "powerbi_gw_root_volume_size " {
7373 type = number
7474 description = " Size of the root EBS volume in GB"
7575 default = 256
7676}
7777
78- variable "root_volume_iops " {
78+ variable "powerbi_gw_root_volume_iops " {
7979 type = number
8080 description = " IOPS for the root EBS volume"
8181 default = 3000
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ module "powerbi_gw_instance" {
1919 glue_kms_key_arn = module. test-glue . aws_kms_key_arn
2020 athena_kms_key_arn = module. test-athena [0 ]. kms_key_arn
2121 athena_bucket_arn = module. test-athena [0 ]. bucket_arn
22- root_volume_size = var. root_volume_size
23- root_volume_iops = var. root_volume_iops
22+ root_volume_size = var. powerbi_gw_root_volume_size
23+ root_volume_iops = var. powerbi_gw_root_volume_iops
2424
2525 subnet_id = module. vpc [0 ]. private_subnet_id
2626 security_groups = [module . vpc [0 ]. powerbi_gw_security_group_id ]
Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ variable "use_powerbi_gw_custom_ami" {
8888 default = true
8989}
9090
91- variable "root_volume_size " {
91+ variable "powerbi_gw_root_volume_size " {
9292 type = number
9393 description = " Size of the root EBS volume in GB"
9494 default = 40
9595}
9696
97- variable "root_volume_iops " {
97+ variable "powerbi_gw_root_volume_iops " {
9898 type = number
9999 description = " IOPS for the root EBS volume"
100100 default = 3000
You can’t perform that action at this time.
0 commit comments