File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ atlantis_gh_user = "your-github-username"
11
11
atlantis_repo_allowlist = ["repo1", "repo2"]
12
12
13
13
# Optional Parameters
14
- thumbprint_list = ["oidc-thumbprint-1", "oidc-thumbprint-2"]
15
- atlantis_docker_image = = "<your-custom-docker-image>"
16
- ecs_cluster_name = "<your-ecs-cluster-name>"
14
+ # thumbprint_list = ["oidc-thumbprint-1", "oidc-thumbprint-2"]
15
+ # atlantis_docker_image = = "<your-custom-docker-image>"
16
+ # ecs_cluster_name = "<your-ecs-cluster-name>"
17
17
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module "atlantis" {
8
8
atlantis_url = var. atlantis_url
9
9
10
10
# Optional variables
11
- thumbprint_list = var. thumbprint_list
12
- atlantis_docker_image = var. atlantis_docker_image
13
- ecs_cluster_name = var. ecs_cluster_name
11
+ # thumbprint_list = var.thumbprint_list
12
+ # atlantis_docker_image = var.atlantis_docker_image
13
+ # ecs_cluster_name = var.ecs_cluster_name
14
14
}
Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ variable "atlantis_url" {
29
29
}
30
30
31
31
# Optional variables defination
32
- variable "thumbprint_list" {
33
- description = " List of thumbprints for the OIDC provider"
34
- type = list (string )
35
- }
36
-
37
- variable "atlantis_docker_image" {
38
- description = " The Docker image to use for the Atlantis server"
39
- type = string
40
- }
41
-
42
- variable "ecs_cluster_name" {
43
- description = " The name of the ECS cluster"
44
- type = string
45
- }
32
+ # variable "thumbprint_list" {
33
+ # description = "List of thumbprints for the OIDC provider"
34
+ # type = list(string)
35
+ # }
36
+
37
+ # variable "atlantis_docker_image" {
38
+ # description = "The Docker image to use for the Atlantis server"
39
+ # type = string
40
+ # }
41
+
42
+ # variable "ecs_cluster_name" {
43
+ # description = "The name of the ECS cluster"
44
+ # type = string
45
+ # }
You can’t perform that action at this time.
0 commit comments