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
A collection of repository secrets to add to the argocd namespace
map(object({ ## The description of the repository description = string ## The secret to use for the repository secret = optional(string, null) ## The secret manager ARN to use for the secret secret_manager_arn = optional(string, null) ## An optional SSH private key for the repository ssh_private_key = optional(string, null) ## The URL of the repository url = string ## An optional username for the repository username = optional(string, null) ## An optional password for the repository password = optional(string, null) }))