Commit Graph

4 Commits (d1646db3cc7dd7b0aa055ce99e7ac19da4700276)

Author SHA1 Message Date
Michael Brewer d1646db3cc
feat(aws-region): add missing regions
Add missing regions

- af-south-1     - Africa (Cape Town)
- ap-east-1      - Asia Pacific (Hong Kong)
- ap-south-2     - Asia Pacific (Hyderabad)
- ap-southeast-3 - Asia Pacific (Jakarta)
- ap-southeast-4 - Asia Pacific (Melbourne)
- ca-west-1      - Canada West (Calgary)
- eu-central-2   - Europe (Zurich)
- eu-south-1     - Europe (Milan)
- eu-south-2     - Europe (Spain)
- il-central-1   - Israel (Tel Aviv)
- me-south-1     - Middle East (Bahrain)
1 year ago
Stephen Kirby 2c94c82cbf
chore: allowed empty default for modules (#72)
From #66, also added testing for `jetbrains-gateway`.

## Regions
Azure and AWS were simple, but there is no error message when no region is selected:

https://github.com/coder/modules/assets/58410745/9a9e317b-7764-427f-b298-86313de5fb33

Open to feedback on this.

## Jetbrains Gateway
The Jetbrains gateway default IDE satisfies a ton of logic in the template, so allowing `null` would lead to a lot of patchwork `try` statements. Now it's implemented to use the first IDE in the `jetbrains_ides` as the coder_parameter default for cleanliness. 

Let me know your thoughts.
2 years ago
Kyle Carberry cb72a16221
feat: add test framework (#48)
* Add test framework

* Add aws-region tests

* Add azure-region tests

* Update CONTRIBUTING.md

* Add formatting

* Improve fmt

* Format Terraform
2 years ago
Kyle Carberry 8eae3295d5
Add additional modules (#19)
* Add modules

* Rename AWS region

* Fix AWS region mod

* Add AWS logo

* Fix AWS logo color

* Add comment

* Add icons

* Delete undocumented

* Fix maintainer

* Fix icons
2 years ago