Skip to content

Commit

Permalink
fix test case (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Aug 15, 2024
1 parent c5c2042 commit dc811ba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions linode/instance/tmpl/templates/private_image.gotf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit dc811ba

Please sign in to comment.