@@ -150,7 +150,7 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
150
150
Config : astronomerprovider .ProviderConfig (t , astronomerprovider .HOSTED ) + standardDeployment (standardDeploymentInput {
151
151
Name : awsDeploymentName ,
152
152
Description : utils .TestResourceDescription ,
153
- Region : "us-east-4 " ,
153
+ Region : "us-west-2 " ,
154
154
CloudProvider : "AWS" ,
155
155
Executor : "CELERY" ,
156
156
SchedulerSize : string (platform .SchedulerMachineNameEXTRALARGE ),
@@ -163,7 +163,7 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
163
163
Config : astronomerprovider .ProviderConfig (t , astronomerprovider .HOSTED ) + standardDeployment (standardDeploymentInput {
164
164
Name : awsDeploymentName ,
165
165
Description : utils .TestResourceDescription ,
166
- Region : "us-east-4 " ,
166
+ Region : "us-west-2 " ,
167
167
CloudProvider : "AWS" ,
168
168
Executor : "KUBERNETES" ,
169
169
SchedulerSize : string (platform .SchedulerMachineNameSMALL ),
@@ -172,7 +172,7 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
172
172
Check : resource .ComposeTestCheckFunc (
173
173
resource .TestCheckResourceAttr (awsResourceVar , "name" , awsDeploymentName ),
174
174
resource .TestCheckResourceAttr (awsResourceVar , "description" , utils .TestResourceDescription ),
175
- resource .TestCheckResourceAttr (awsResourceVar , "region" , "us-east-4 " ),
175
+ resource .TestCheckResourceAttr (awsResourceVar , "region" , "us-west-2 " ),
176
176
resource .TestCheckResourceAttr (awsResourceVar , "cloud_provider" , "AWS" ),
177
177
resource .TestCheckResourceAttr (awsResourceVar , "executor" , "KUBERNETES" ),
178
178
resource .TestCheckNoResourceAttr (awsResourceVar , "worker_queues" ),
@@ -188,7 +188,7 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
188
188
Config : astronomerprovider .ProviderConfig (t , astronomerprovider .HOSTED ) + standardDeployment (standardDeploymentInput {
189
189
Name : awsDeploymentName ,
190
190
Description : utils .TestResourceDescription ,
191
- Region : "us-east-4 " ,
191
+ Region : "us-west-2 " ,
192
192
CloudProvider : "AWS" ,
193
193
Executor : "CELERY" ,
194
194
SchedulerSize : string (platform .SchedulerMachineNameEXTRALARGE ),
@@ -243,7 +243,7 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
243
243
astronomerprovider .ProviderConfig (t , astronomerprovider .HOSTED ) + standardDeployment (standardDeploymentInput {
244
244
Name : awsDeploymentName ,
245
245
Description : utils .TestResourceDescription ,
246
- Region : "us-east-4 " ,
246
+ Region : "us-west-2 " ,
247
247
CloudProvider : "AWS" ,
248
248
Executor : "CELERY" ,
249
249
SchedulerSize : string (platform .SchedulerMachineNameMEDIUM ),
@@ -262,7 +262,7 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
262
262
Config : astronomerprovider .ProviderConfig (t , astronomerprovider .HOSTED ) + standardDeployment (standardDeploymentInput {
263
263
Name : awsDeploymentName ,
264
264
Description : utils .TestResourceDescription ,
265
- Region : "us-east-4 " ,
265
+ Region : "us-west-2 " ,
266
266
CloudProvider : "AWS" ,
267
267
Executor : "KUBERNETES" ,
268
268
SchedulerSize : string (platform .SchedulerMachineNameMEDIUM ),
@@ -280,7 +280,7 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
280
280
Config : astronomerprovider .ProviderConfig (t , astronomerprovider .HOSTED ) + standardDeployment (standardDeploymentInput {
281
281
Name : awsDeploymentName ,
282
282
Description : utils .TestResourceDescription ,
283
- Region : "us-east-4 " ,
283
+ Region : "us-west-2 " ,
284
284
CloudProvider : "AWS" ,
285
285
Executor : "KUBERNETES" ,
286
286
SchedulerSize : string (platform .SchedulerMachineNameSMALL ),
@@ -299,7 +299,7 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
299
299
Config : astronomerprovider .ProviderConfig (t , astronomerprovider .HOSTED ) + standardDeployment (standardDeploymentInput {
300
300
Name : awsDeploymentName ,
301
301
Description : utils .TestResourceDescription ,
302
- Region : "us-east-4 " ,
302
+ Region : "us-west-2 " ,
303
303
CloudProvider : "AWS" ,
304
304
Executor : "KUBERNETES" ,
305
305
SchedulerSize : string (platform .SchedulerMachineNameSMALL ),
@@ -614,7 +614,7 @@ func TestAcc_ResourceDeploymentStandardRemovedOutsideOfTerraform(t *testing.T) {
614
614
depInput := standardDeploymentInput {
615
615
Name : standardDeploymentName ,
616
616
Description : utils .TestResourceDescription ,
617
- Region : "us-east-4 " ,
617
+ Region : "us-west-2 " ,
618
618
CloudProvider : "AWS" ,
619
619
Executor : "KUBERNETES" ,
620
620
IncludeEnvironmentVariables : true ,
0 commit comments