added AWS screenshots

This commit is contained in:
Stephen Kirby
2023-09-28 19:20:23 +00:00
parent 3cb936be9f
commit b66aad31be
4 changed files with 27 additions and 15 deletions

View File

@@ -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" {
![Azure Exclude](../.images/azure-exclude.png)
## 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)