Skip to content
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