Skip to content

Commit

Permalink
update associated token account documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
callensm committed Dec 21, 2021
1 parent ee78af9 commit bfb6e67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/resources/associated_token_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,10 @@ resource "solana_associated_token_account" "acc" {

- **public_key** (String) The base-58 encoded string for the new token account's public key.

## Import

Import is supported using the following syntax:

```shell
terraform import solana_associated_token_account.account <owner-pubkey>/<mint-pubkey>
```
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
terraform import solana_associated_token_account.account <owner-pubkey>/<mint-pubkey>

0 comments on commit bfb6e67

Please sign in to comment.