You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/bundle_install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ only one can be configured at a time.
28
28
29
29
### Optional
30
30
31
-
-`artifactory` (Object, Sensitive) - `artifactory.username` (String) The Artifactory API username. This will likely be your hashicorp email address
32
-
-`artifactory.token` (String) The Artifactory API token. You can sign into Artifactory and generate one
31
+
-`artifactory` (Object, Sensitive) - `artifactory.token` (String) The Artifactory identity token. You can get one by joining the 'artifactory-users' Doormat
32
+
group and using 'doormat artifactory create-token'
33
33
-`artifactory.url` (String) The fully qualified Artifactory item URL. You can use enos_artifactory_item to search for this URL
34
34
-`artifactory.sha256` (String) The Artifactory item SHA 256 sum. If present this will be verified on the remote target before the package is installed (see [below for nested schema](#nestedatt--artifactory))
35
35
-`destination` (String) The destination directory of the installed binary, eg: /usr/local/bin/. This is required if the artifact is a zip archive and optional when installing RPM or Deb packages
Copy file name to clipboardExpand all lines: internal/plugin/resource_bundle_install.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -466,8 +466,8 @@ only one can be configured at a time.
466
466
Optional: true,
467
467
DescriptionKind: tfprotov6.StringKindMarkdown,
468
468
Description: docCaretToBacktick(`
469
-
- ^artifactory.username^ (String) The Artifactory API username. This will likely be your hashicorp email address
470
-
- ^artifactory.token^ (String) The Artifactory API token. You can sign into Artifactory and generate one
469
+
- ^artifactory.token^ (String) The Artifactory identity token. You can get one by joining the ^artifactory-users^ Doormat
470
+
group and using ^doormat artifactory create-token^
471
471
- ^artifactory.url^ (String) The fully qualified Artifactory item URL. You can use enos_artifactory_item to search for this URL
472
472
- ^artifactory.sha256^ (String) The Artifactory item SHA 256 sum. If present this will be verified on the remote target before the package is installed
0 commit comments