Skip to content

Commit

Permalink
Merge pull request #125 from nix-dot-dev/terraform-execution-mode
Browse files Browse the repository at this point in the history
terraform: mention execution mode to be local
  • Loading branch information
domenkozar authored Mar 10, 2021
2 parents 32effd4 + d3bfaaa commit 2ce333b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/tutorials/deploying-nixos-using-terraform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Booting NixOS image

4. Inside ``myorganization`` `create a workspace <https://app.terraform.io/app/cachix/workspaces/new>`_ by choosing **CLI-driven workflow** and pick name like ``myapp``.

5. Inside a new directory create ``main.tf`` file with the following contents that will start an AWS instance with NixOS image using one SSH keypair and an SSH security group:
5. Inside your workspace, under ``Settings`` / ``General`` change Execution Mode to ``Local``.

6. Inside a new directory create ``main.tf`` file with the following contents that will start an AWS instance with NixOS image using one SSH keypair and an SSH security group:

.. code::
Expand Down

0 comments on commit 2ce333b

Please sign in to comment.