added default screenshot, updated readme

This commit is contained in:
Stephen Kirby
2023-09-27 19:28:07 +00:00
parent 54fd2f39f6
commit 67b4301640

View File

@@ -22,6 +22,8 @@ resource "azurem_resource_group" "example" {
}
```
![Azure Region Default](../.images/azure-default.png)
## Examples
### Customize existing regions
@@ -32,10 +34,10 @@ Change the display name for a region:
module "azure-region" {
source = "https://registry.coder.com/modules/azure-region"
custom_names = {
"eastus": "Eastern United States!"
"australia": "Go Australia!"
}
custom_icons = {
"eastus": "/icons/smiley.svg"
"australia": "/icons/smiley.svg"
}
}
@@ -44,6 +46,8 @@ resource "azurerm_resource_group" "example" {
}
```
![Azure Region Custom](../.images/azure-custom.png)
### Exclude Regions
Hide the `westus2` region: