Page MenuHomePhabricator

[Nix] Add terraform to development shell
ClosedPublic

Authored by jon on Oct 10 2022, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 6:48 AM
Unknown Object (File)
Tue, Dec 17, 6:48 AM
Unknown Object (File)
Tue, Dec 17, 6:48 AM
Unknown Object (File)
Tue, Dec 17, 6:47 AM
Unknown Object (File)
Sun, Nov 24, 10:56 PM
Unknown Object (File)
Sun, Nov 24, 12:36 PM
Unknown Object (File)
Sun, Nov 24, 12:36 PM
Unknown Object (File)
Nov 20 2024, 10:29 AM
Subscribers

Details

Reviewers
atul
varun
abosh
ashoat
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
rCOMM1187b6bf021e: [Nix] Add terraform to development shell
Summary

For usage with AWS resources

https://linear.app/comm/issue/ENG-1997

Test Plan
nix develop
which terraform # points to nix store

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 10 2022, 1:37 PM
atul@atuls-MacBook-Pro comm % nix develop
warning: Using saved setting for 'extra-trusted-public-keys = comm.cachix.org-1:70RF31rkmCEhQ9HrXA2uXcpqQKGcUK3TxLJdgcUCaA4=' from ~/.local/share/nix/trusted-settings.json.
warning: Using saved setting for 'extra-trusted-substituters = https://comm.cachix.org' from ~/.local/share/nix/trusted-settings.json.
Existing MariaDB instance found outside of nix environment
Please stop existing services and attempt 'nix develop' again
Existing Redis instance found outside of nix environment
Please stop existing services and attempt 'nix develop' again
Welcome to Comm dev environment! :)
atuls-MacBook-Pro:comm atul$ which terraform 
/nix/store/3jkwjmcmjka2csh6ky40id05c4f3q1cn-terraform-1.2.5/bin/terraform
This revision is now accepted and ready to land.Oct 10 2022, 1:59 PM
This revision was automatically updated to reflect the committed changes.