From b34997257ce2fd01b7a5d32ebe8383c62fcf33dc Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 7 May 2024 15:35:27 -0400 Subject: [PATCH] debug: terraform cycle --- hosts/arrow/aws/image.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/arrow/aws/image.tf b/hosts/arrow/aws/image.tf index 53cc979..6b12ec9 100644 --- a/hosts/arrow/aws/image.tf +++ b/hosts/arrow/aws/image.tf @@ -75,7 +75,7 @@ resource "aws_ebs_snapshot_import" "image" { # Convert to AMI resource "aws_ami" "image" { description = "Created with NixOS." - name = replace(basename(data.aws_s3_object.image.key), "/\\.vhd$/", "") + name = replace(basename("arrow.vhd"), "/\\.vhd$/", "") virtualization_type = "hvm" root_device_name = "/dev/xvda" ena_support = true