Skip to content

Commit 4f2519e

Browse files
authored
Merge pull request #1130 from sboschman/patch-1
Fix comment typo in resource_rancher2_custom_user_token resource
2 parents b99f2f3 + adcffbc commit 4f2519e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rancher2/resource_rancher2_custom_user_token.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ the initial token to connect to the Rancher API a username+password login is nee
1616
controlled by Rancher.
1717
1818
The following steps are used to create a Terraform controlled Rancher API token:
19-
1) Acquire a temporarily Rancher API token for the custom user by doing a username+password login
20-
2) Create a Terraform controlled token by authenticating using the (temporarily) token from step 1
21-
3) Logout the temporarilu token acquired in step 1
19+
1) Acquire a temporary Rancher API token for the custom user by doing a username+password login
20+
2) Create a Terraform controlled token by authenticating using the (temporary) token from step 1
21+
3) Logout the temporary token acquired in step 1
2222
*/
2323

2424
func resourceRancher2CustomUserToken() *schema.Resource {

0 commit comments

Comments
 (0)