Skip to content

Commit a9f40ac

Browse files
ya-luotaoclaude
andauthored
fix: remove GCP-specific arg from AWS orchestrator module (#2177)
fix: remove GCP-specific gcs_grpc_connection_pool_size from AWS orchestrator module The orchestrator module accepts gcs_grpc_connection_pool_size inside provider_gcp_config, not as a top-level argument. This causes terraform plan to fail on the AWS provider. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 51a75c7 commit a9f40ac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

iac/provider-aws/nomad/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ module "orchestrator" {
166166
domain_name = var.domain_name
167167
build_cache_bucket_name = var.build_cache_bucket_name
168168
launch_darkly_api_key = var.launch_darkly_api_key
169-
170-
gcs_grpc_connection_pool_size = var.gcs_grpc_connection_pool_size
171169
}
172170

173171
data "aws_s3_object" "template_manager" {

0 commit comments

Comments
 (0)