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:
parent
c22fb8bcdc
commit
fca4fdf2ef
1
bun.lock
1
bun.lock
@ -1,5 +1,6 @@
|
||||
{
|
||||
"lockfileVersion": 1,
|
||||
"configVersion": 0,
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "registry",
|
||||
|
||||
@ -124,7 +124,7 @@ For more information, see the [AWS CLI Configuration Guide](https://docs.aws.ama
|
||||
## Variables
|
||||
|
||||
| Name | Description | Default | Required |
|
||||
| ------------------- | -------------------------------------------------------------------------------------------- | -------------- | -------- |
|
||||
| ------------------- | ----------------------------------------------------------------------------------------- | ------------ | -------- |
|
||||
| `agent_id` | The ID of a Coder agent | - | Yes |
|
||||
| `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 |
|
||||
@ -134,7 +134,7 @@ For more information, see the [AWS CLI Configuration Guide](https://docs.aws.ama
|
||||
## Outputs
|
||||
|
||||
| Name | Description |
|
||||
| ----------------- | ------------------------------------------------------------------------------------ |
|
||||
| ----------------- | ----------------------------------------------------------------------------------- |
|
||||
| `aws_cli_version` | The version of AWS CLI that was installed (or 'latest' if no version was specified) |
|
||||
|
||||
## Requirements
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user