Skip to content

Commit

Permalink
Fix secret detected error
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpopat committed Oct 25, 2024
1 parent 6477ea2 commit 76765f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/config-files/credential/alicloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The `alicloud` credential can be used to access Alibaba Cloud resources.

```hcl
credential "alicloud" "alicloud" {
access_key = "LTAI4GBVFakeKey09Kxezv66"
secret_key = "6iNPvThisIsNotARealSecretk1sZF"
access_key = "LTAI4example"
secret_key = "6iNPXexample
}
```

Expand Down

0 comments on commit 76765f8

Please sign in to comment.