Skip to content
Snippets Groups Projects
Commit df596040 authored by nimrod's avatar nimrod
Browse files

Fix typo.

parent e0d6e73f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
set -eu 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). # the workspace name (on commands that support that).
workspace="$(terraform workspace show)" workspace="$(terraform workspace show)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment