func supportedLocations()

in internal/langserver/handlers/tfschema/const.go [3:65]


func supportedLocations() []string {
	return []string{
		"westus",
		"westus2",
		"eastus",
		"centralus",
		"centraluseuap",
		"southcentralus",
		"northcentralus",
		"westcentralus",
		"eastus2",
		"eastus2euap",
		"brazilsouth",
		"brazilus",
		"northeurope",
		"westeurope",
		"eastasia",
		"southeastasia",
		"japanwest",
		"japaneast",
		"koreacentral",
		"koreasouth",
		"southindia",
		"westindia",
		"centralindia",
		"australiaeast",
		"australiasoutheast",
		"canadacentral",
		"canadaeast",
		"uksouth",
		"ukwest",
		"francecentral",
		"francesouth",
		"australiacentral",
		"australiacentral2",
		"uaecentral",
		"uaenorth",
		"southafricanorth",
		"southafricawest",
		"switzerlandnorth",
		"switzerlandwest",
		"germanynorth",
		"germanywestcentral",
		"norwayeast",
		"norwaywest",
		"brazilsoutheast",
		"westus3",
		"swedencentral",
		"swedensouth",
		"chinaeast",
		"chinanorth",
		"chinanorth2",
		"chinaeast2",
		"usgovvirginia",
		"usgoviowa",
		"usdodeast",
		"usdodcentral",
		"usgovtexas",
		"usgovarizona",
		"germanycentral",
		"germanynortheast",
	}
}