We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bd614 commit c75fb4cCopy full SHA for c75fb4c
const.go
@@ -0,0 +1,5 @@
1
+package tfe
2
+
3
+const (
4
+ AuthenticationTokensPath = "authentication-tokens/%s"
5
+)
team_token.go
@@ -13,10 +13,6 @@ import (
13
// Compile-time proof of interface implementation.
14
var _ TeamTokens = (*teamTokens)(nil)
15
16
-const (
17
- AuthenticationTokensPath = "authentication-tokens/%s"
18
-)
19
-
20
// TeamTokens describes all the team token related methods that the
21
// Terraform Enterprise API supports.
22
//
0 commit comments