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 76765f8 commit c062a14
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 = "LTAI4example"
secret_key = "6iNPXexample
access_key = "<YOUR_ALICLOUD_ACCESS_KEY>"
secret_key = "<YOUR_ALICLOUD_SECRET_KEY>"
}
```

Expand Down

0 comments on commit c062a14

Please sign in to comment.