Skip to content

Commit ce989db

Browse files
committed
CDPCP-14613 - include multi-az scenario for environment creation during e2e
1 parent fad7693 commit ce989db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/environments/resource_aws_environment_acc_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ func testAccAwsEnvironmentConfig(credName string, envParams *awsEnvironmentTestP
167167
}
168168
freeipa = {
169169
recipes = [cdp_recipe.test_recipe.name]
170+
instance_count_by_group = 3
171+
multi_az = true
170172
}
171173
}
172174
`, envParams.Name, credName, envParams.Region, envParams.PublicKeyId, envParams.InstanceProfile, envParams.StorageLocationBase, envParams.VpcId, envParams.SubnetIds)

0 commit comments

Comments
 (0)