Sha256: 2af87b9ea9c7582039d059a3ec6bdf01aae567e789956fef9ffa4e364ddaaa4a

Contents?: true

Size: 712 Bytes

Versions: 84

Compression:

Stored size: 712 Bytes

Contents

## Examples

Project-level hook:

    $ terraspace new hook --type project
          create  config/hooks
          create  config/hooks/terraform.rb

Stack-level hook:

    $ terraspace new hook demo --type stack
          create  app/stacks/demo/config/hooks
          create  app/stacks/demo/config/hooks/terraform.rb

Stack-level hook with kind option:

    $ terraspace new hook demo --type stack --kind terraspace
           exist  app/stacks/demo/config/hooks
          create  app/stacks/demo/config/hooks/terraspace.rb

Module-level hook:

    $ terraspace new hook example --type module
          create  app/modules/example/config/hooks
          create  app/modules/example/config/hooks/terraform.rb

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
terraspace-2.2.17 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.16 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.15 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.14 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.13 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.12 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.11 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.10 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.9 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.8 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.7 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.6 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.5 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.4 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.3 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.2 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.1 lib/terraspace/cli/help/new/hook.md
terraspace-2.2.0 lib/terraspace/cli/help/new/hook.md
terraspace-2.1.7 lib/terraspace/cli/help/new/hook.md
terraspace-2.1.6 lib/terraspace/cli/help/new/hook.md