mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-05 13:51:11 +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
|
# 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…
x
Reference in New Issue
Block a user