prettier satisfied

This commit is contained in:
Stephen Kirby
2023-09-26 19:22:24 +00:00
parent 2ab85f0b17
commit 1bd545ecf0

View File

@@ -9,7 +9,7 @@ tags: [helper, parameter, fly]
# Fly.io Region # Fly.io Region
This module adds Fly.io regions to your Coder template. Regions can be whitelisted using the `regions` argument and given custom names and custom icons with their respective map arguments (`custom_names`, `custom_icons`). This module adds Fly.io regions to your Coder template. Regions can be whitelisted using the `regions` argument and given custom names and custom icons with their respective map arguments (`custom_names`, `custom_icons`).
## Examples ## Examples
@@ -26,7 +26,6 @@ module "fly-region" {
![Fly.io Default](../.images/flyio-basic.png) ![Fly.io Default](../.images/flyio-basic.png)
### Using region whitelist ### Using region whitelist
The regions argument can be used to display only the desired regions in the Coder parameter. The regions argument can be used to display only the desired regions in the Coder parameter.
@@ -41,7 +40,6 @@ module "fly-region" {
![Fly.io Filtered Regions](../.images/flyio-filtered.png) ![Fly.io Filtered Regions](../.images/flyio-filtered.png)
### Using custom icons and names ### Using custom icons and names
Set custom icons and names with their respective maps. Set custom icons and names with their respective maps.
@@ -63,4 +61,4 @@ module "fly-region" {
## Associated template ## Associated template
For a pre-configured Fly.io template, see the Coder template registry. For a pre-configured Fly.io template, see the Coder template registry.