prettier satisfied

pull/52/head
Stephen Kirby 2 years ago
parent 2ab85f0b17
commit 1bd545ecf0

@ -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.

Loading…
Cancel
Save