File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# artifactory
22
3- This example module uses demonstrates the enos utilizing artifactory.
3+ This example module demonstrates enos utilizing artifactory.
44
5- To used this module you'll need to provide the required credentials and
5+ To use this module you'll need to provide the required credentials and
66search criteria in order to search for a valid binary.
77
88For example, add the follow to a ` terraform.tfvars ` file:
@@ -11,6 +11,7 @@ For example, add the follow to a `terraform.tfvars` file:
1111``` hcl
1212artifactory_username = "<your hashicorp email address>"
1313artifactory_token = "<your artifactory token>"
14+ artifactory_bearer_token = "<artifactory identity token - instead of username/ token>"
1415artifactory_host = "https://artifactory.hashicorp.engineering/artifactory"
1516artifactory_repo = "hashicorp-packagespec-buildcache-local*"
1617artifactory_path = "cache-v1/vault-enterprise/*"
You can’t perform that action at this time.
0 commit comments