mirror of
https://github.com/nmasur/dotfiles
synced 2025-01-30 17:32:03 +00:00
Revert "debug: terraform cycle"
This reverts commit b34997257ce2fd01b7a5d32ebe8383c62fcf33dc.
This commit is contained in:
parent
b34997257c
commit
de106298d6
@ -75,7 +75,7 @@ resource "aws_ebs_snapshot_import" "image" {
|
||||
# Convert to AMI
|
||||
resource "aws_ami" "image" {
|
||||
description = "Created with NixOS."
|
||||
name = replace(basename("arrow.vhd"), "/\\.vhd$/", "")
|
||||
name = replace(basename(data.aws_s3_object.image.key), "/\\.vhd$/", "")
|
||||
virtualization_type = "hvm"
|
||||
root_device_name = "/dev/xvda"
|
||||
ena_support = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user