Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2c4a2c

Browse files
committed
Fix spacing in terraform block of README.md
2 parents 576d701 + 5101c27 commit e2c4a2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

amazon-dcv-windows/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Enable DCV Server and Web Client on Windows workspaces.
1616

1717
```tf
1818
module "dcv" {
19-
count = data.coder_workspace.me.start_count
20-
source = "registry.coder.com/modules/amazon-dcv-windows/coder"
21-
version = "1.0.24"
22-
agent_id = resource.coder_agent.main.id
19+
count = data.coder_workspace.me.start_count
20+
source = "registry.coder.com/modules/amazon-dcv-windows/coder"
21+
version = "1.0.24"
22+
agent_id = resource.coder_agent.main.id
2323
}
2424
2525
@@ -45,4 +45,4 @@ resource "coder_metadata" "dcv" {
4545

4646
## License
4747

48-
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.
48+
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 commit comments

Comments
 (0)