Skip to content

Commit

Permalink
Remove image location #6
Browse files Browse the repository at this point in the history
  • Loading branch information
ionmariana531 committed Nov 13, 2024
1 parent b3af358 commit 8e5383f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ terraform {
resource "virtualbox_vm" "node" {
count = 2
name = format("node-%02d", count.index + 1)
image = "/Users/marius.buricel/terraform/devops/virtualbox.box"
# image = "https://app.vagrantup.com/ubuntu/boxes/bionic64/versions/20180903.0.0/providers/virtualbox.box"
image = "https://app.vagrantup.com/ubuntu/boxes/bionic64/versions/20180903.0.0/providers/virtualbox.box"
cpus = 2
memory = "512 mib"
user_data = file("${path.module}/user_data")
Expand Down

0 comments on commit 8e5383f

Please sign in to comment.