Project
Requirements
Name | Version |
---|---|
terraform | >= 1.7.4 |
argocd | 6.0.3 |
Providers
Name | Version |
---|---|
argocd | 6.0.3 |
Modules
No modules.
Resources
Name | Type |
---|---|
argocd_project.main | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
cluster_resource_allowlist | Resource allowlist | list(object({ |
n/a | yes |
description | Project description | string |
n/a | yes |
name | Project name | string |
n/a | yes |
namespace | Project namespace | string |
n/a | yes |
namespaces | K8s namespaces where the project would be able to access | list(string) |
n/a | yes |
repo_urls | Git Repository URLs that will interact with the project | list(string) |
n/a | yes |
Outputs
Name | Description |
---|---|
name | Project name |