diff --git a/instance.tf b/instance.tf index dd5b281..1e4b177 100644 --- a/instance.tf +++ b/instance.tf @@ -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. } \ No newline at end of file