Skip to main content
outputs.tf170 B
View on GitHub
output "stargazers_count" {
description = "The number of stargazers for the specified GitHub repository"
value = data.github_repository.repo.stargazers_count
}

Related Documentation