You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/builtin/providers/github
Andy Lindeman 5ddf83907c
provider/github: supports importing resources (#10382)
10 years ago
..
config.go
provider.go
provider_test.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_issue_label.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_issue_label_test.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_membership.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_membership_test.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_repository.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_repository_collaborator.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_repository_collaborator_test.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_repository_test.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_team.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_team_membership.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_team_membership_test.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_team_repository.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_team_repository_test.go provider/github: supports importing resources (#10382) 10 years ago
resource_github_team_test.go provider/github: supports importing resources (#10382) 10 years ago
util.go
util_permissions.go
util_test.go