Skip to content

Commit

Permalink
Add 'codefresh_team' resource
Browse files Browse the repository at this point in the history
  • Loading branch information
palson-cf committed Jul 2, 2020
1 parent 08f20e9 commit e35eabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codefresh/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func Provider() terraform.ResourceProvider {
ResourcesMap: map[string]*schema.Resource{
"codefresh_project": resourceProject(),
"codefresh_pipeline": resourcePipeline(),
"codefresh_team": resourceTeam(),
},
ConfigureFunc: configureProvider,
}
Expand Down

0 comments on commit e35eabc

Please sign in to comment.