-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Terraform Version, ArgoCD Provider Version and ArgoCD Version
Terraform version: v1.12.2
ArgoCD provider version: 7.10.1
ArgoCD version: 3.1.0
Terraform configuration
# Enter your configuration here.
resource "argocd_repository" "cluster_components" {
repo = "https://bitbucket.example.com/scm/kube/cluster-components.git"
type = "git"
// bearer_token = var.argocd_cluster_components_token
project = "argocd-default"
name = "cluster-components"
}
Question
I wonder how i would use the provider to add a bearer token as used for bitbucket (http-access token) which i can do via the ui without problems

Adding it as a password
doesn't work and there's no bearer_token documented.
How can i do this?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers