From dc811bad9db044d2a0594333410a254cd5489a5a Mon Sep 17 00:00:00 2001 From: Ye Chen <127243817+yec-akamai@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:45:04 -0400 Subject: [PATCH] fix test case (#1555) --- linode/instance/tmpl/templates/private_image.gotf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/linode/instance/tmpl/templates/private_image.gotf b/linode/instance/tmpl/templates/private_image.gotf index d8c5e96ff..ad2746716 100644 --- a/linode/instance/tmpl/templates/private_image.gotf +++ b/linode/instance/tmpl/templates/private_image.gotf @@ -7,11 +7,7 @@ resource "linode_instance" "foobar-orig" { group = "tf_test" type = "g6-nanode-1" region = "{{ .Region }}" - disk { - label = "disk" - size = 1000 - filesystem = "ext4" - } + image = "linode/alpine3.19" firewall_id = linode_firewall.e2e_test_firewall.id }