Skip to content

Commit

Permalink
Document position of global_init_script (#924)
Browse files Browse the repository at this point in the history
Solves #916
  • Loading branch information
matan129 committed Nov 17, 2021
1 parent ba8e560 commit 57d334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/global_init_script.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The size of a global init script source code must not exceed 64Kb. The following
* `source` - Path to script's source code on local filesystem. Conflicts with `content_base64`
* `content_base64` - The base64-encoded source code global init script. Conflicts with `source`. Use of `content_base64` is discouraged, as it's increasing memory footprint of Terraform state and should only be used in exceptional circumstances
* `enabled` (bool, optional default: `false`) specifies if the script is enabled for execution, or not

* `position` (integer, optional default: `null`) - the position of a global init script, where `0` represents the first global init script to run, `1` is the second global init script to run, and so on. When omitted, the script gets the last position.

## Attribute Reference

Expand Down

0 comments on commit 57d334d

Please sign in to comment.