Skip to main content
main.tf65 B
View on GitHub
data "github_repository" "repo" {
full_name = var.repository
}

Related Documentation