We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f20e9 commit e35eabcCopy full SHA for e35eabc
codefresh/provider.go
@@ -29,6 +29,7 @@ func Provider() terraform.ResourceProvider {
29
ResourcesMap: map[string]*schema.Resource{
30
"codefresh_project": resourceProject(),
31
"codefresh_pipeline": resourcePipeline(),
32
+ "codefresh_team": resourceTeam(),
33
},
34
ConfigureFunc: configureProvider,
35
}
0 commit comments