You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform will do destructive updates when the ami differs. We should probably allow for individuals to pin the default ami chosen so that updates to the amis don't cause unnecessary replacement of cloud resources.
E.g:
cluster = {
defaultAMIRelease = "21.05";
....
# for instances
ami = (import (nixpkgs.path + /nixos/modules/virtualisation/ec2-amis.nix)."${cluster.defaultAMIRelease}"."${instance.region".hvm-ebs;
The text was updated successfully, but these errors were encountered:
Terraform will do destructive updates when the ami differs. We should probably allow for individuals to pin the default ami chosen so that updates to the amis don't cause unnecessary replacement of cloud resources.
E.g:
The text was updated successfully, but these errors were encountered: