Skip to content

Commit bc96c59

Browse files
committed
chore: Add note about bug
1 parent 9bddba8 commit bc96c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/do-linux/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ resource "digitalocean_droplet" "workspace" {
133133
ssh_keys = var.step3_do_admin_ssh_key > 0 ? [var.step3_do_admin_ssh_key] : []
134134
}
135135

136+
# Temporarily disabled because it breaks SSH. (https://github.com/coder/coder/issues/1750)
136137
# resource "digitalocean_project_resources" "project" {
137138
# project = var.step2_do_project_id
138139
# # Workaround for terraform plan when using count.

0 commit comments

Comments
 (0)