From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 192DC247289 for ; Tue, 2 Sep 2025 13:54:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756821275; cv=none; b=NQ7CYNBA7ryPC67QCNFv09woqu3hj59xdU6oM9NseS1VJsnNGmNdrPACm25g/rpslhq6OX//oW/HSuAGpsYdXKviNLARD/eVfAAKhxie8AGPRQxR2jfjyZDKy7+tE7FsSyIdx6lYWcJb6P3snsmaQSPD2s/IzVqWah3SQ040jNM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756821275; c=relaxed/simple; bh=5m6vgqEMo5QMgMDc6rt1nBunvZohIUF/CC63e9iQ4dY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=AfY4vmX9o27RDp2ASIOKej8uM2F5gEgcyp9PNrqIRbMzqaR3u4/9DhpyyGzwI+mjaQa89qEkplawN9QaHIWpObcU+vDDz4zzqCtJDHPcV3PXSCEXavcY3CtnPkk9j2am0igCi+S343a6oaLHJByaGPhV7SScyz3L4qcZEAJosx4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nMDD0Lfa; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nMDD0Lfa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 53AC0C4CEED; Tue, 2 Sep 2025 13:54:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756821274; bh=5m6vgqEMo5QMgMDc6rt1nBunvZohIUF/CC63e9iQ4dY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nMDD0LfaNmMDvgw1gBII4xMlFq6DMJfZyxOaCy/Mn8OLJG2Ttd6W4qTBcgjOoI+8P bqbSsX4XzdG0TZcYOVd1qDiUDI3PpH23zWwa4WWasYROTcKychZBo5SQoKVy6fwYiG fdFySKQgXJsf9I94gfrN/x+E7EM/al72gOA/1giL7cE/u+/LZ9FtyhpvPJqiwmRE50 8Lr5eS7XQvMiN+9nplSh8rkP9KeYubTzsfIUEcjCsdT+90cq20YCKP4niEwPYAqM+f 1hQJYWeNvqAaA5sdiWWaYzfkKRDb0/r0pWYOzXxDX6q5C4+VDcsX6YgD/u/HX/zFox c6b2GN/KZZc5A== From: Chuck Lever To: Cc: Chuck Lever , Luis Chamberlain Subject: [PATCH v2 11/37] terraform/aws: Fix zone selection for us_west1 Date: Tue, 2 Sep 2025 09:53:58 -0400 Message-ID: <20250902135426.815079-12-cel@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250902135426.815079-1-cel@kernel.org> References: <20250902135426.815079-1-cel@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever The us_west1 region was missing its zone selection menu. Reviewed-by: Luis Chamberlain Signed-off-by: Chuck Lever --- terraform/aws/kconfigs/Kconfig.location | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/terraform/aws/kconfigs/Kconfig.location b/terraform/aws/kconfigs/Kconfig.location index b457166e0552..e5dacb9dd630 100644 --- a/terraform/aws/kconfigs/Kconfig.location +++ b/terraform/aws/kconfigs/Kconfig.location @@ -573,11 +573,11 @@ endchoice endif # TERRAFORM_AWS_REGION_US_EAST_2 -if TERRAFORM_AWS_REGION_US_WEST_2 +if TERRAFORM_AWS_REGION_US_WEST_1 choice prompt "AWS availability zone" - default TERRAFORM_AWS_AV_ZONE_US_WEST_2B + default TERRAFORM_AWS_AV_ZONE_US_WEST_1B help This option sets the AWS availablity zone to the specified value. If you wish to expand on this list send a patch after reading this @@ -591,6 +591,23 @@ config TERRAFORM_AWS_AV_ZONE_US_WEST_1B help This option selects the us-west-1b availability zone. +endchoice + +endif # TERRAFORM_AWS_REGION_US_WEST_1 + +if TERRAFORM_AWS_REGION_US_WEST_2 + +choice + prompt "AWS availability zone" + default TERRAFORM_AWS_AV_ZONE_US_WEST_2B + help + This option sets the AWS availablity zone to the specified value. + If you wish to expand on this list send a patch after reading this + list: + + https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html + https://gist.github.com/neilstuartcraig/0ccefcf0887f29b7f240 + config TERRAFORM_AWS_AV_ZONE_US_WEST_2B bool "us-west-2b" help -- 2.51.0