Skip to content

Commit c75001b

Browse files
committed
Fix template flake URI
… as caught by @bburdette Fixes #11
1 parent 1898957 commit c75001b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manuscript/Terraform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ the list of [AWS service endpoints](https://docs.aws.amazon.com/general/latest/g
4747
Now run the following command to bootstrap our first Terraform project:
4848

4949
```bash
50-
$ nix flake init --template 'github:Gabriella439/nixos-in-production#server'
50+
$ nix flake init --template 'github:Gabriella439/nixos-in-production#terraform'
5151
```
5252

5353
… which will generate the following files:

0 commit comments

Comments
 (0)