add helper command to terraform docs to discover module versions (#13359)

This commit is contained in:
Benjamin Edwards 2023-08-17 19:30:34 -04:00 committed by GitHub
parent 1260db9360
commit 14be5a0938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,12 @@
This module provides a basic Fleet setup. This assumes that you bring nothing to the installation.
If you want to bring your own VPC/database/cache nodes/ECS cluster, then use one of the submodules provided.
The following is the module layout so you can navigate to the module that you want:
To quickly list all available module versions you can run:
```shell
git tag |grep '^tf'
```
The following is the module layout, so you can navigate to the module that you want:
* Root module (use this to get a Fleet instance ASAP with minimal setup)
* BYO-VPC (use this if you want to install Fleet inside an existing VPC)