Skip to content

Commit

Permalink
[docs] Add appliition token computed attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
PChambino committed Oct 26, 2023
1 parent e6c60c2 commit 6773881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestGetApplicationEverything(t *testing.T) {
"id": "ID-123",
"account_id": "ID-999",
"name": "app-name",
"token": "ce4cd30d-f88b-4d37-a107-a4a8866d9576",
"token": "hirefire-token",
"custom_domain": "custom-domain",
"logplex_drain_token": "drain-token",
"ssl": true,
Expand All @@ -72,7 +72,7 @@ func TestGetApplicationEverything(t *testing.T) {
Id: "ID-123",
AccountId: "ID-999",
Name: "app-name",
Token: "ce4cd30d-f88b-4d37-a107-a4a8866d9576",
Token: "hirefire-token",
CustomDomain: ptr.String("custom-domain"),
LogplexDrainToken: ptr.String("drain-token"),
Ssl: true,
Expand Down
1 change: 1 addition & 0 deletions docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The following arguments are supported:
The following attributes are exported:

- `id` - The ID of the application assigned by HireFire.
- `token` - The token of the application assigned by HireFire.

## Import

Expand Down

0 comments on commit 6773881

Please sign in to comment.