Skip to content

Commit

Permalink
updated secret baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 authored and hkantare committed Dec 15, 2021
1 parent 0a672d5 commit 2c73ed4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
22 changes: 21 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2021-12-15T06:20:37Z",
"generated_at": "2021-12-15T08:46:00Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -867,6 +867,16 @@
"verified_result": null
}
],
"ibm/data_source_ibm_resource_key.go": [
{
"hashed_secret": "b732fb611fd46a38e8667f9972e0cde777fbe37f",
"is_secret": false,
"is_verified": false,
"line_number": 146,
"type": "Secret Keyword",
"verified_result": null
}
],
"ibm/data_source_ibm_satellite_endpoint.go": [
{
"hashed_secret": "3046d9f6cfaaeea6eed9bb7a4ab010fe49b0cfd4",
Expand Down Expand Up @@ -1685,6 +1695,16 @@
"verified_result": null
}
],
"ibm/resource_ibm_resource_key.go": [
{
"hashed_secret": "b732fb611fd46a38e8667f9972e0cde777fbe37f",
"is_secret": false,
"is_verified": false,
"line_number": 291,
"type": "Secret Keyword",
"verified_result": null
}
],
"ibm/resource_ibm_satellite_cluster.go": [
{
"hashed_secret": "3c2ecad9b250fd6d99893e4d05ec02ca19aa95d0",
Expand Down
4 changes: 2 additions & 2 deletions website/docs/d/resource_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "ibm_resource_key" "resourceKeydata" {
resource_instance_id = ibm_resource_instance.resource.id
}
```
### Example to access resource credentials using credentials:
### Example to access resource credentials using credentials attribute:

```terraform
data "ibm_resource_key" "key" {
Expand All @@ -33,7 +33,7 @@ output "secret_access_key" {
value = data.ibm_resource_key.key.credentials["cos_hmac_keys.secret_access_key"]
}
```
### Example to access resource credentials:
### Example to access resource credentials using credentials_json attribute:

```terraform
data "ibm_resource_key" "key" {
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/resource_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ resource "ibm_resource_key" "resourceKey" {
}
```
### Example to access resource credentials using credentials:
### Example to access resource credentials using credentials attribute:

```terraform
resource "ibm_resource_key" "key" {
Expand All @@ -105,7 +105,7 @@ output "secret_access_key" {
}
```

### Example to access resource credentials using credentials_json:
### Example to access resource credentials using credentials_json attribute:

```terraform
resource "ibm_resource_key" "key" {
Expand Down

0 comments on commit 2c73ed4

Please sign in to comment.