Skip to content

Commit

Permalink
Added correct type names
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 15, 2020
1 parent b005c1b commit 0043771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octopusdeploy/provider.go
Expand Up @@ -45,11 +45,11 @@ func Provider() *schema.Provider {
"octopusdeploy_project_deployment_target_trigger": resourceProjectDeploymentTargetTrigger(),
"octopusdeploy_project_group": resourceProjectGroup(),
"octopusdeploy_space": resourceSpace(),
"octopusdeploy_ssh_key_account": resourceSSHKey(),
"octopusdeploy_ssh_key_account": resourceSSHKeyAccount(),
"octopusdeploy_tag_set": resourceTagSet(),
"octopusdeploy_token_account": resourceTokenAccount(),
"octopusdeploy_user": resourceUser(),
"octopusdeploy_username_password_account": resourceUsernamePassword(),
"octopusdeploy_username_password_account": resourceUsernamePasswordAccount(),
"octopusdeploy_variable": resourceVariable(),
},
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 0043771

Please sign in to comment.