Skip to content

Commit

Permalink
Set AWS credentials sensitive (hashicorp#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
oacob1 authored Dec 1, 2022
1 parent e7817a2 commit fbd55d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vault/data_source_aws_access_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@ func awsAccessCredentialsDataSource() *schema.Resource {
Type: schema.TypeString,
Computed: true,
Description: "AWS access key ID read from Vault.",
Sensitive: true,
},

"secret_key": {
Type: schema.TypeString,
Computed: true,
Description: "AWS secret key read from Vault.",
Sensitive: true,
},

"security_token": {
Expand Down

0 comments on commit fbd55d9

Please sign in to comment.