Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Providers

Name Version
aws >= 6.0.0

Inputs

Name Description Type Default Required
argocd_repositories 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)
}))
{} no
hub_account_id When using a hub deployment options, this is the account where argocd is running string null no
sso_role_name The SSO Administrator role ARN string "AWSReservedSSO_Administrator_fbb916977087a86f" no
tags The tags to apply to all resources map(string) {} no

Outputs

Name Description
eks_cluster_certificate_authority_data The certificate authority of the EKS cluster
eks_cluster_endpoint The endpoint of the EKS cluster
eks_cluster_name The name of the EKS cluster