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
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source|
55
+
|[aws_elb_service_account.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elb_service_account)| data source|
56
+
|[aws_iam_policy_document.atlantis_access_log_bucket_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source|
57
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source|
58
58
59
59
## Inputs
60
60
61
61
| Name | Description | Type | Default | Required |
| alb\_ingress\_cidr\_blocks | List of IPv4 CIDR ranges to use on all ingress rules of the ALB - use your personal IP in the form of `x.x.x.x/32` for restricted testing |`list(string)`| n/a | yes |
64
-
| allowed\_repo\_names | Repositories that Atlantis will listen for events from and a webhook will be installed |`list(string)`| n/a | yes |
65
-
| domain | Route53 domain name to use for ACM certificate. Route53 zone for this domain should be created in advance |`string`| n/a | yes |
| github\_user | Github user for Atlantis to utilize when performing Github activities |`string`| n/a | yes |
69
-
| region | AWS region where resources will be created |`string`|`"us-east-1"`| no |
70
-
| trusted\_principals | A list of principals, in addition to ecs-tasks.amazonaws.com, that can assume the task role |`list(string)`| n/a | yes |
63
+
|<aname="input_alb_ingress_cidr_blocks"></a> [alb\_ingress\_cidr\_blocks](#input\_alb\_ingress\_cidr\_blocks)| List of IPv4 CIDR ranges to use on all ingress rules of the ALB - use your personal IP in the form of `x.x.x.x/32` for restricted testing |`list(string)`| n/a | yes |
64
+
|<aname="input_allowed_repo_names"></a> [allowed\_repo\_names](#input\_allowed\_repo\_names)| Repositories that Atlantis will listen for events from and a webhook will be installed |`list(string)`| n/a | yes |
65
+
|<aname="input_domain"></a> [domain](#input\_domain)| Route53 domain name to use for ACM certificate. Route53 zone for this domain should be created in advance |`string`| n/a | yes |
|<aname="input_github_user"></a> [github\_user](#input\_github\_user)| Github user for Atlantis to utilize when performing Github activities |`string`| n/a | yes |
69
+
|<aname="input_region"></a> [region](#input\_region)| AWS region where resources will be created |`string`|`"us-east-1"`| no |
70
+
|<aname="input_trusted_principals"></a> [trusted\_principals](#input\_trusted\_principals)| A list of principals, in addition to ecs-tasks.amazonaws.com, that can assume the task role |`list(string)`| n/a | yes |
71
71
72
72
## Outputs
73
73
74
74
| Name | Description |
75
75
|------|-------------|
76
-
| atlantis\_allowed\_repo\_names | Git repositories where webhook should be created |
77
-
| atlantis\_url | URL of Atlantis |
78
-
| ecs\_task\_definition | Task definition for ECS service (used for external triggers) |
| task\_role\_arn | The Atlantis ECS task role arn |
76
+
|<aname="output_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#output\_atlantis\_allowed\_repo\_names)| Git repositories where webhook should be created |
77
+
|<aname="output_atlantis_url"></a> [atlantis\_url](#output\_atlantis\_url)| URL of Atlantis |
78
+
|<aname="output_ecs_task_definition"></a> [ecs\_task\_definition](#output\_ecs\_task\_definition)| Task definition for ECS service (used for external triggers) |
| atlantis\_allowed\_repo\_names | List of names of repositories which belong to the organization specified in `github_organization`|`list(string)`| n/a | yes |
32
-
| create\_github\_repository\_webhook | Whether to create Github repository webhook for Atlantis |`bool`|`true`| no |
33
-
| github\_organization | Github organization to use when creating webhook |`string`|`""`| no |
34
-
| github\_token | Github token to use when creating webhook |`string`|`""`| no |
35
-
| webhook\_secret | Webhook secret |`string`|`""`| no |
36
-
| webhook\_url | Webhook URL |`string`|`""`| no |
31
+
|<aname="input_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#input\_atlantis\_allowed\_repo\_names)| List of names of repositories which belong to the organization specified in `github_organization`|`list(string)`| n/a | yes |
32
+
|<aname="input_create_github_repository_webhook"></a> [create\_github\_repository\_webhook](#input\_create\_github\_repository\_webhook)| Whether to create Github repository webhook for Atlantis |`bool`|`true`| no |
33
+
|<aname="input_github_organization"></a> [github\_organization](#input\_github\_organization)| Github organization to use when creating webhook |`string`|`""`| no |
34
+
|<aname="input_github_token"></a> [github\_token](#input\_github\_token)| Github token to use when creating webhook |`string`|`""`| no |
35
+
|<aname="input_webhook_secret"></a> [webhook\_secret](#input\_webhook\_secret)| Webhook secret |`string`|`""`| no |
36
+
|<aname="input_webhook_url"></a> [webhook\_url](#input\_webhook\_url)| Webhook URL |`string`|`""`| no |
| atlantis\_allowed\_repo\_names | List of names of repositories which belong to the organization specified in `gitlab_organization`|`list(string)`| n/a | yes |
32
-
| create\_gitlab\_repository\_webhook | Whether to create Gitlab repository webhook for Atlantis |`bool`|`true`| no |
33
-
| gitlab\_base\_url | Gitlab base\_url use |`string`|`""`| no |
34
-
| gitlab\_token | Gitlab token to use when creating webhook |`string`|`""`| no |
35
-
| webhook\_secret | Webhook secret |`string`|`""`| no |
36
-
| webhook\_url | Webhook URL |`string`|`""`| no |
31
+
|<aname="input_atlantis_allowed_repo_names"></a> [atlantis\_allowed\_repo\_names](#input\_atlantis\_allowed\_repo\_names)| List of names of repositories which belong to the organization specified in `gitlab_organization`|`list(string)`| n/a | yes |
32
+
|<aname="input_create_gitlab_repository_webhook"></a> [create\_gitlab\_repository\_webhook](#input\_create\_gitlab\_repository\_webhook)| Whether to create Gitlab repository webhook for Atlantis |`bool`|`true`| no |
33
+
|<aname="input_gitlab_base_url"></a> [gitlab\_base\_url](#input\_gitlab\_base\_url)| Gitlab base\_url use |`string`|`""`| no |
34
+
|<aname="input_gitlab_token"></a> [gitlab\_token](#input\_gitlab\_token)| Gitlab token to use when creating webhook |`string`|`""`| no |
35
+
|<aname="input_webhook_secret"></a> [webhook\_secret](#input\_webhook\_secret)| Webhook secret |`string`|`""`| no |
36
+
|<aname="input_webhook_url"></a> [webhook\_url](#input\_webhook\_url)| Webhook URL |`string`|`""`| no |
0 commit comments