Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenshm authored Jan 7, 2024
1 parent 8b2aac5 commit cd9c77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dome9/common/providerconst/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const (
AP_SOUTHEAST_4 = "32"
EU_CENTRAL_2 = "33"
EU_SOUTH_2 = "34"
IL_CENTRAL_1 = "35"
IL_CENTRAL_1 = "35"
)

// Azure consts
Expand All @@ -125,7 +125,7 @@ var AzureSecurityGroupProtocol = []string{"UDP", "TCP", "ANY"}
var AzureSecurityGroupSourceScopeTypes = []string{"CIDR", "IPList", "Tag"}

// The 21 regions Dome9 manages in AWS cloud account
var AWSRegions = []string{"us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il-central-1"}
var AWSRegions = []string{"us_east_1", "us_west_1", "eu_west_1", "ap_southeast_1", "ap_northeast_1", "us_west_2", "sa_east_1", "ap_southeast_2", "eu_central_1", "ap_northeast_2", "ap_south_1", "us_east_2", "ca_central_1", "eu_west_2", "eu_west_3", "eu_north_1", "ap_east_1", "me_south_1", "af_south_1", "eu_south_1", "ap_northeast_3", "me_central_1", "ap_south_2", "ap_southeast_3", "ap_southeast_4", "eu_central_2", "eu_south_2", "il_central_1"}

// The 2 regions Dome9 manages in AWSGOV cloud account
var AWSGOVRegions = []string{"us_gov_west_1", "us_gov_east_1"}
Expand Down

0 comments on commit cd9c77c

Please sign in to comment.