Skip to content
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

Merged

Conversation

sestrella
Copy link
Contributor

No description provided.

@@ -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
Copy link
Contributor Author

@sestrella sestrella Jun 3, 2024

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
Copy link
Contributor Author

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";
Copy link
Contributor Author

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.

@domenkozar domenkozar merged commit 8485851 into cachix:main Jun 4, 2024
@sestrella sestrella deleted the update_terraform_example_and_template branch June 4, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants