Skip to content

Commit

Permalink
Updated provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 11, 2020
1 parent 099296a commit b3bec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/provider.go
Expand Up @@ -20,7 +20,7 @@ func Provider() *schema.Provider {
"octopusdeploy_library_variable_sets": dataSourceLibraryVariableSet(),
"octopusdeploy_lifecycles": dataSourceLifecycle(),
"octopusdeploy_machine_policies": dataSourceMachinePolicy(),
"octopusdeploy_project_groups": dataSourceProjectGroup(),
"octopusdeploy_project_groups": dataSourceProjectGroups(),
"octopusdeploy_projects": dataSourceProjects(),
"octopusdeploy_spaces": dataSourceSpaces(),
"octopusdeploy_tag_sets": dataSourceTagSets(),
Expand Down

0 comments on commit b3bec55

Please sign in to comment.