-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Update Terraform example and template #1249
feat: Update Terraform example and template #1249
Conversation
@@ -1,11 +1,8 @@ | |||
{ pkgs, ... }: | |||
|
|||
{ | |||
# For versions >= 1.6.0 open a shell by running the following command: | |||
# | |||
# env NIXPKGS_ALLOW_UNFREE=1 devenv --impure shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer an issue with the latest version of nixpkgs-terraform
nix_direnv_watch_file devenv.lock | ||
nix_direnv_watch_file devenv.yaml | ||
nix_direnv_watch_file flake.nix | ||
nix_direnv_watch_file flake.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating this file based on the simple template.
modules = [{ | ||
env.AWS_PROFILE = "<profile>"; | ||
nixConfig = { | ||
extra-substituters = "https://devenv.cachix.org https://nixpkgs-terraform.cachix.org"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding nixpkgs-terraform
cache to improve the user experience.
No description provided.