mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-27 20:08:34 +00:00
chore: Adding region (#1388)
* Update AI Bedrock region - Added mumbai region Signed-off-by: Sakshi Singh <66963254+sakshirajput02@users.noreply.github.com> * Update amazonbedrock.go Signed-off-by: Sakshi Singh <66963254+sakshirajput02@users.noreply.github.com> --------- Signed-off-by: Sakshi Singh <66963254+sakshirajput02@users.noreply.github.com> Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
parent
2a6f48500c
commit
4f4f4f13a0
@ -34,6 +34,7 @@ const (
|
|||||||
AP_Southeast_1 = "ap-southeast-1"
|
AP_Southeast_1 = "ap-southeast-1"
|
||||||
AP_Northeast_1 = "ap-northeast-1"
|
AP_Northeast_1 = "ap-northeast-1"
|
||||||
EU_Central_1 = "eu-central-1"
|
EU_Central_1 = "eu-central-1"
|
||||||
|
AP_South_1 = "ap-south-1"
|
||||||
)
|
)
|
||||||
|
|
||||||
var BEDROCKER_SUPPORTED_REGION = []string{
|
var BEDROCKER_SUPPORTED_REGION = []string{
|
||||||
@ -42,6 +43,7 @@ var BEDROCKER_SUPPORTED_REGION = []string{
|
|||||||
AP_Southeast_1,
|
AP_Southeast_1,
|
||||||
AP_Northeast_1,
|
AP_Northeast_1,
|
||||||
EU_Central_1,
|
EU_Central_1,
|
||||||
|
AP_South_1,
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user