Remove trailing whitespace from README.md

Fix formatting issue on line 56 that was causing CI check to fail
This commit is contained in:
Austen Bruhn 2025-11-15 17:01:21 -07:00
parent fca4fdf2ef
commit 5564a552ba

View File

@ -53,7 +53,7 @@ module "aws-cli" {
source = "registry.coder.com/modules/ausbru87/aws-cli" source = "registry.coder.com/modules/ausbru87/aws-cli"
version = "1.0.0" version = "1.0.0"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
# Pin to AWS CLI version 2.15.0 # Pin to AWS CLI version 2.15.0
aws_cli_version = "2.15.0" aws_cli_version = "2.15.0"
} }