File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ func TestRunRoksPatternWithHPCS(t *testing.T) {
1515
1616 options .TerraformVars ["hs_crypto_instance_name" ] = permanentResources ["hpcs_name_south" ]
1717 options .TerraformVars ["hs_crypto_resource_group" ] = permanentResources ["hpcs_rg_south" ]
18+ options .TerraformVars ["add_kms_block_storage_s2s" ] = false
1819 // If "jp-osa" was the best region selected, default to us-south instead.
1920 // "jp-osa" is currently not allowing hs-crypto be used for encrypting buckets in that region.
2021 currentRegion , ok := options .TerraformVars ["region" ]
@@ -35,6 +36,7 @@ func TestRunVSIPatternWithHPCS(t *testing.T) {
3536
3637 options .TerraformVars ["hs_crypto_instance_name" ] = permanentResources ["hpcs_name_south" ]
3738 options .TerraformVars ["hs_crypto_resource_group" ] = permanentResources ["hpcs_rg_south" ]
39+ options .TerraformVars ["add_kms_block_storage_s2s" ] = false
3840 // If "jp-osa" was the best region selected, default to us-south instead.
3941 // "jp-osa" is currently not allowing hs-crypto be used for encrypting buckets in that region.
4042 currentRegion , ok := options .TerraformVars ["region" ]
You can’t perform that action at this time.
0 commit comments