Skip to main content
README.md328 B
View on GitHub

Example Terraform GitHub Stargazers Component

This Terraform module retrieves the number of stargazers for a specified GitHub repository.

Usage

Inputs

  • repository: The GitHub repository in the format 'owner/repo'.

Outputs

  • stargazers_count: The number of stargazers for the specified GitHub repository.

Related Documentation