lgallard / terraform-aws-secrets-manager

Terraform module to create Amazon Secrets Manager resources.
Apache License 2.0
63 stars 50 forks source link

How to Retrieve secret binary from aws console #26

Closed ArjunManojKumar closed 1 year ago

ArjunManojKumar commented 1 year ago

While using example [binary],how are we supposed to retrieve the value?

image image

While checking the AWS console, I am not seeing a binary option. The output of my build :

`Apply complete! Resources: 11 added, 0 changed, 0 destroyed.

Outputs:

rotation_enabled = false secret_arns = { "secret-binary-205" = "arn:aws:secretsmanager:us-east-1:***:secret:WANV-TEST-**"`

Thanks for your time

Thanks and Regards Arjun Manoj Kumar

lgallard commented 1 year ago

@ArjunManojKumar this question is not related to the Terraform module. To retrieve the value use the AWS CLI as explained here.

I'm going to close the issue as it's not related to the module.

ArjunManojKumar commented 1 year ago

@lgallard Thanks for the reply.