Skip to content

Commit

Permalink
Fix spacing in terraform block of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Nov 20, 2024
2 parents 576d701 + 5101c27 commit e2c4a2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions amazon-dcv-windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Enable DCV Server and Web Client on Windows workspaces.

```tf
module "dcv" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/amazon-dcv-windows/coder"
version = "1.0.24"
agent_id = resource.coder_agent.main.id
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/amazon-dcv-windows/coder"
version = "1.0.24"
agent_id = resource.coder_agent.main.id
}
Expand All @@ -45,4 +45,4 @@ resource "coder_metadata" "dcv" {

## License

Amazon DCV is free to use on AWS EC2 instances but requires a license for other cloud providers. Please see the instructions [here](https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-license.html#setting-up-license-ec2) for more information.
Amazon DCV is free to use on AWS EC2 instances but requires a license for other cloud providers. Please see the instructions [here](https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-license.html#setting-up-license-ec2) for more information.

0 comments on commit e2c4a2c

Please sign in to comment.