Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 685 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 685 Bytes

Terraform Module

Provides a module to get metadata from the git repo [i.e. a terraform module]. These output values can be used to tag resources created by a module.

Examples

Reference

Requirements

No requirements.

Providers

Name Version
external n/a

Inputs

No input.

Outputs

Name Description
all Single map with all git metadata
ref Abbreviated reference for current HEAD. Typically returns the current branch name.
sha Commit SHA for current HEAD
url URL for remote repository named 'origin'