mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
@ -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
|
||||||
|
Reference in New Issue
Block a user