Skip to content

Commit

Permalink
upgrade nixops machine
Browse files Browse the repository at this point in the history
  • Loading branch information
shmish111 committed Oct 28, 2020
1 parent 7ee5598 commit e49bcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform/nixops.tf
Expand Up @@ -62,7 +62,7 @@ data "template_file" "nixops_user_data" {
}

resource "aws_instance" "nixops" {
ami = lookup(var.aws_amis, var.aws_region)
ami = lookup(var.amis_20_03, var.aws_region)
instance_type = var.nixops_instance_type
subnet_id = aws_subnet.private.*.id[0]
user_data = data.template_file.nixops_user_data.rendered
Expand Down

0 comments on commit e49bcff

Please sign in to comment.