mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 21:01:57 +03:00
removed deprecated lines
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ resource "aws_ebs_volume" "ebs-volume-1" {
|
||||
}
|
||||
|
||||
resource "aws_volume_attachment" "ebs-volume-1-attachment" {
|
||||
device_name = "/dev/xvdh"
|
||||
device_name = "${var.INSTANCE_DEVICE_NAME}"
|
||||
volume_id = "${aws_ebs_volume.ebs-volume-1.id}"
|
||||
instance_id = "${aws_instance.example.id}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user