bastion: Fix terraform
Eelco Dolstra committed
Jun 21, 2023 at 18:01 UTC
03f3f3f61e43f3059f1d910ce30864a3fc9b15d2
1 file changed
+1
-1
bastion/flake.nix
+1
-1
@@ -16,7 +16,7 @@
16
mkShell {
17
nativeBuildInputs = [
18
awscli
19
- (terraform_0_15.withPlugins (p: with p; [ aws p.null external ]))
19
+ (terraform.withPlugins (p: with p; [ aws p.null external ]))
20
];
21
22
shellHook = ''