Fix formatting issues in AWS CLI module

- Format README.md tables with proper column alignment
- Add spaces around redirect operators in run.sh
- Remove trailing whitespace
- Update bun.lock with installed dependencies
This commit is contained in:
Austen Bruhn 2025-11-15 16:57:30 -07:00
parent c22fb8bcdc
commit fca4fdf2ef
3 changed files with 19 additions and 18 deletions

View File

@ -1,5 +1,6 @@
{ {
"lockfileVersion": 1, "lockfileVersion": 1,
"configVersion": 0,
"workspaces": { "workspaces": {
"": { "": {
"name": "registry", "name": "registry",

View File

@ -124,7 +124,7 @@ For more information, see the [AWS CLI Configuration Guide](https://docs.aws.ama
## Variables ## Variables
| Name | Description | Default | Required | | Name | Description | Default | Required |
| ------------------- | -------------------------------------------------------------------------------------------- | -------------- | -------- | | ------------------- | ----------------------------------------------------------------------------------------- | ------------ | -------- |
| `agent_id` | The ID of a Coder agent | - | Yes | | `agent_id` | The ID of a Coder agent | - | Yes |
| `aws_cli_version` | The version of AWS CLI to install (leave empty for latest) | `""` | No | | `aws_cli_version` | The version of AWS CLI to install (leave empty for latest) | `""` | No |
| `install_directory` | The directory to install AWS CLI to | `/usr/local` | No | | `install_directory` | The directory to install AWS CLI to | `/usr/local` | No |
@ -134,7 +134,7 @@ For more information, see the [AWS CLI Configuration Guide](https://docs.aws.ama
## Outputs ## Outputs
| Name | Description | | Name | Description |
| ----------------- | ------------------------------------------------------------------------------------ | | ----------------- | ----------------------------------------------------------------------------------- |
| `aws_cli_version` | The version of AWS CLI that was installed (or 'latest' if no version was specified) | | `aws_cli_version` | The version of AWS CLI that was installed (or 'latest' if no version was specified) |
## Requirements ## Requirements