Hi
I have did cloning and exported the values of root token then looks token not available then when i run vault status looks ca.pem or crt is invalid and the errors are below
vault status
Error checking seal status: Get https://x.x.x.x/v1/sys/seal-status: x509: certificate signed by unknown authority
export VAULT_TOKEN="$(terraform output root_token)"
The output variable requested could not be found in the state
file. If you recently added this to your configuration, be
sure to run terraform apply, since the state won't be updated
with new output variables until that command is run.
Let me know the work around for this, looks like there was PR few days before if this related to it?
Hi
I have did cloning and exported the values of root token then looks token not available then when i run vault status looks ca.pem or crt is invalid and the errors are below
vault status
Error checking seal status: Get https://x.x.x.x/v1/sys/seal-status: x509: certificate signed by unknown authority
export VAULT_TOKEN="$(terraform output root_token)"
The output variable requested could not be found in the state
file. If you recently added this to your configuration, be
sure to run
terraform apply, since the state won't be updatedwith new output variables until that command is run.
Let me know the work around for this, looks like there was PR few days before if this related to it?