mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
parent
b34997257c
commit
de106298d6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user