File tree Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module "batch_pool_d3_v3_high_memory" {
7575 subnet_id = module. resources . batch_nodepool_subnet
7676}
7777
78- module "batch_pool_d3_v3_landsat " {
78+ module "batch_pool_d3_v2_landsat " {
7979 source = " ../batch_pool"
8080
8181 name = " landsat_pool"
@@ -100,6 +100,31 @@ module "batch_pool_d3_v3_landsat" {
100100 subnet_id = module. resources . batch_nodepool_subnet
101101}
102102
103+ module "batch_pool_d3_v3_modis" {
104+ source = " ../batch_pool"
105+
106+ name = " modis_pool"
107+ resource_group_name = module. resources . resource_group
108+ account_name = module. resources . batch_account_name
109+ display_name = " modis_pool"
110+ vm_size = " STANDARD_D3_V2"
111+ max_tasks_per_node = 4
112+
113+ min_dedicated = 0
114+ max_dedicated = 0
115+
116+ min_low_priority = var. min_low_priority
117+ max_low_priority = 2
118+
119+ max_increase_per_scale = 50
120+
121+ acr_name = var. task_acr_name
122+ acr_client_id = var. task_acr_sp_client_id
123+ acr_client_secret = var. task_acr_sp_client_secret
124+
125+ subnet_id = module. resources . batch_nodepool_subnet
126+ }
127+
103128module "batch_pool_d3_v3_s2" {
104129 source = " ../batch_pool"
105130
Original file line number Diff line number Diff line change @@ -100,6 +100,31 @@ module "batch_pool_d3_v3_landsat" {
100100 subnet_id = module. resources . batch_nodepool_subnet
101101}
102102
103+ module "batch_pool_d3_v2_modis" {
104+ source = " ../batch_pool"
105+
106+ name = " modis_pool"
107+ resource_group_name = module. resources . resource_group
108+ account_name = module. resources . batch_account_name
109+ display_name = " modis_pool"
110+ vm_size = " STANDARD_D3_V2"
111+ max_tasks_per_node = 4
112+
113+ min_dedicated = 0
114+ max_dedicated = 0
115+
116+ min_low_priority = var. min_low_priority
117+ max_low_priority = 2
118+
119+ max_increase_per_scale = 50
120+
121+ acr_name = var. task_acr_name
122+ acr_client_id = var. task_acr_sp_client_id
123+ acr_client_secret = var. task_acr_sp_client_secret
124+
125+ subnet_id = module. resources . batch_nodepool_subnet
126+ }
127+
103128module "batch_pool_d3_v3_s2" {
104129 source = " ../batch_pool"
105130
You can’t perform that action at this time.
0 commit comments