Loading Documents/bin/tf +1 −1 Original line number Diff line number Diff line #!/bin/sh set -eu # A wrapper for Terraform to include a variables file is one exists that matches # A wrapper for Terraform to include a variables file if one exists that matches # the workspace name (on commands that support that). workspace="$(terraform workspace show)" Loading Loading
Documents/bin/tf +1 −1 Original line number Diff line number Diff line #!/bin/sh set -eu # A wrapper for Terraform to include a variables file is one exists that matches # A wrapper for Terraform to include a variables file if one exists that matches # the workspace name (on commands that support that). workspace="$(terraform workspace show)" Loading