Skip to content

docs: add template to provision docker image based workspaces on fly.io #6526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 17, 2023
Prev Previous commit
Next Next commit
chore: ipv6 is not used
  • Loading branch information
matifali committed Mar 12, 2023
commit a35e75af3a77fc556b9c9417eed4a8328b8e845c
5 changes: 0 additions & 5 deletions examples/templates/fly-docker-image/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ resource "fly_ip" "workspace-ip4" {
type = "v4"
}

resource "fly_ip" "workspace-ip6" {
app = fly_app.workspace.name
type = "v6"
}

resource "fly_volume" "home-volume" {
app = fly_app.workspace.name
name = "coder_${data.coder_workspace.me.owner}_${lower(replace(data.coder_workspace.me.name, "-", "_"))}_home"
Expand Down