Update messaging for .terraformignore

This commit is contained in:
Pam Selle 2019-10-15 16:21:40 -04:00
parent 57cf6d74ce
commit a5f2f4cbba
1 changed files with 5 additions and 3 deletions

View File

@ -164,10 +164,12 @@ func (b *Remote) plan(stopCtx, cancelCtx context.Context, op *backend.Operation,
The remote workspace is configured to work with configuration at The remote workspace is configured to work with configuration at
%s relative to the target repository. %s relative to the target repository.
Therefore Terraform will upload the full contents of the following directory Terraform will upload the contents of the following directory,
to capture the filesystem context the remote workspace expects: excluding files or directories as defined by a .terraformignore file
at %s/.terraformignore (if it is present),
in order to capture the filesystem context the remote workspace expects:
%s %s
`), w.WorkingDirectory, configDir) + "\n") `), w.WorkingDirectory, configDir, configDir) + "\n")
} }
} }