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,
|
"lockfileVersion": 1,
|
||||||
|
"configVersion": 0,
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"": {
|
"": {
|
||||||
"name": "registry",
|
"name": "registry",
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user