Skip to content

Commit 57625b6

Browse files
0x2b3bfa0restyled-commitscasperdcl
authored
Document environment variable globbing (#268)
* Document environment variable globbing * Restyled by prettier-markdown * copyediting Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Casper da Costa-Luis <casper.dcl@physics.org>
1 parent ee8a9dd commit 57625b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "iterative_task" "task" {
4040
- `image` - (Optional) [Machine image](#machine-images) to run the task with.
4141
- `parallelism` - (Optional) Number of machines to be launched in parallel.
4242
- `directory` - (Optional) Local directory to synchronize.
43-
- `environment` - (Optional) Map of environment variable names and values for the task script. Empty string values are replaced with local environment values.
43+
- `environment` - (Optional) Map of environment variable names and values for the task script. Empty string values are replaced with local environment values. Empty values may also be combined with a [glob](<https://en.wikipedia.org/wiki/Glob_(programming)>) name to import all matching variables.
4444
- `timeout` - (Optional) Maximum number of seconds to run before termination.
4545

4646
## Attribute Reference

0 commit comments

Comments
 (0)