Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions iac/provider-aws/nomad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ module "orchestrator" {
domain_name = var.domain_name
build_cache_bucket_name = var.build_cache_bucket_name
launch_darkly_api_key = var.launch_darkly_api_key

gcs_grpc_connection_pool_size = var.gcs_grpc_connection_pool_size
}

data "aws_s3_object" "template_manager" {
Expand Down
Loading