Skip to content

Commit

Permalink
fix: Changed call stack name
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Dec 11, 2023
1 parent aed4fac commit c06ada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resource "linode_instance" "terraform-github" {
authorized_keys = [var.public_key_path]
root_pass = random_password.password.result

# stackscript_id = linode_stackscript.deb.id # Switch to the stackscript you would like to deploy based on the distro used.
# stackscript_id = linode_stackscript.stack.id # Switch to the stackscript you would like to deploy based on the distro used.
}

0 comments on commit c06ada8

Please sign in to comment.