Skip to content

Commit b94662f

Browse files
authored
doc(iam_api_key): add a warning about importing secret_key
1 parent 302e25a commit b94662f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/resources/iam_api_key.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ Api keys can be imported using the `{id}`, e.g.
7979
```bash
8080
terraform import scaleway_iam_api_key.main 11111111111111111111
8181
```
82+
83+
~> **Warning**: While an `iam_api_key` can be imported, its `secret_key` is a secret that is not exposed. An imported API key will have `null` as its secret key.

0 commit comments

Comments
 (0)