Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit a535d74

Browse files
authored
Fix terraform features docs (#1147)
1 parent 40a1657 commit a535d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Usage:
6262
2. Add the following to your `.devcontainer/Dockerfile`:
6363

6464
```Dockerfile
65-
COPY library-scripts/github-debian.sh /tmp/library-scripts/
65+
COPY library-scripts/terraform-debian.sh /tmp/library-scripts/
6666
RUN apt-get update && bash /tmp/library-scripts/terraform-debian.sh
6767
```
6868

0 commit comments

Comments
 (0)