File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ const trackInstruqtUrlError = (
43
43
const getDefaultTokens = ( ) : InstruqtTokens => ( {
44
44
'terraform-sandbox' :
45
45
process . env . TERRAFORM_SANDBOX_TOKEN ?? 'em_3vgTsBqCLq2blqtQ' ,
46
- 'vault-cluster- sandbox' :
47
- process . env . VAULT_SANDBOX_TOKEN ?? 'em_MmJD6C6DhTpGm9Ab ' ,
46
+ 'vault-sandbox' :
47
+ process . env . VAULT_SANDBOX_TOKEN ?? 'em_CUFCBU0nSfCl2VHi ' ,
48
48
'boundary-sandbox' :
49
49
process . env . BOUNDARY_SANDBOX_TOKEN ?? 'em_YHsmJu4K1Wk3hwht' ,
50
50
'consul-sandbox' : process . env . CONSUL_SANDBOX_TOKEN ?? 'em_I5XI2XjO-ZMeH1_w' ,
51
+ 'consul-sandbox-sd' : process . env . CONSUL_SANDBOX_SD_TOKEN ?? 'em_MdAn4Od_foU6oybz' ,
51
52
'nomad-sandbox' : process . env . NOMAD_SANDBOX_TOKEN ?? 'em_0wOuIAyyjAQllLkc' ,
52
53
} )
53
54
You can’t perform that action at this time.
0 commit comments