Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

tf

Blame
    • nimrod's avatar
      e99563cd
      Include <workspace>/*.tfvars files with tf. · e99563cd
      nimrod authored
      The tf wrapper adds found tfvars files under a directory with the
      workspace name. So you can have multiple files with nicer separation
      inside a directory if you need it (also symlinks so you can keep things
      DRY). I'm a little conflicted on this change because it makes the script
      more complex and I like pointing out that the wrapper is just ~20 lines
      of simple shell scripting. Finally, the invocation will fail with
      filenames that have spaces in them.
      e99563cd
      History
      Include <workspace>/*.tfvars files with tf.
      nimrod authored
      The tf wrapper adds found tfvars files under a directory with the
      workspace name. So you can have multiple files with nicer separation
      inside a directory if you need it (also symlinks so you can keep things
      DRY). I'm a little conflicted on this change because it makes the script
      more complex and I like pointing out that the wrapper is just ~20 lines
      of simple shell scripting. Finally, the invocation will fail with
      filenames that have spaces in them.