Revert "debug: terraform cycle"

This reverts commit b34997257c.
This commit is contained in:
Noah Masur 2024-05-07 15:37:28 -04:00
parent b34997257c
commit de106298d6
No known key found for this signature in database

View File

@ -75,7 +75,7 @@ resource "aws_ebs_snapshot_import" "image" {
# Convert to AMI # Convert to AMI
resource "aws_ami" "image" { resource "aws_ami" "image" {
description = "Created with NixOS." description = "Created with NixOS."
name = replace(basename("arrow.vhd"), "/\\.vhd$/", "") name = replace(basename(data.aws_s3_object.image.key), "/\\.vhd$/", "")
virtualization_type = "hvm" virtualization_type = "hvm"
root_device_name = "/dev/xvda" root_device_name = "/dev/xvda"
ena_support = true ena_support = true