added AWS screenshots
This commit is contained in:
@@ -28,7 +28,7 @@ resource "azurem_resource_group" "example" {
|
||||
|
||||
### Customize existing regions
|
||||
|
||||
Change the display name for a region:
|
||||
Change the display name and icon for a region using the corresponding maps:
|
||||
|
||||
```hcl
|
||||
module "azure-region" {
|
||||
@@ -55,11 +55,11 @@ Hide all regions in Australia except australiacentral:
|
||||
```hcl
|
||||
module "azure-region" {
|
||||
source = "https://registry.coder.com/modules/azure-region"
|
||||
exclude = [
|
||||
"australia",
|
||||
"australiacentral2",
|
||||
"australiaeast",
|
||||
"australiasoutheast"
|
||||
exclude = [
|
||||
"australia",
|
||||
"australiacentral2",
|
||||
"australiaeast",
|
||||
"australiasoutheast"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -70,9 +70,9 @@ resource "azurerm_resource_group" "example" {
|
||||
|
||||

|
||||
|
||||
|
||||
## Related templates
|
||||
|
||||
For a complete Azure template, see the following examples in the [Coder Registry](https://registry.coder.com/).
|
||||
|
||||
- [Azure VM (Linux)](https://registry.coder.com/templates/azure-linux)
|
||||
- [Azure VM (Windows)](https://registry.coder.com/templates/azure-windows)
|
||||
- [Azure VM (Windows)](https://registry.coder.com/templates/azure-windows)
|
||||
|
||||
Reference in New Issue
Block a user