Skip to content

Commit

Permalink
Migrate tag set resource and datasource (#725)
Browse files Browse the repository at this point in the history
* Add tagset resource and datasource

* update tag_set test

* refactor

* Fix tagset issue

* fix issue with tag_set datasource
  • Loading branch information
HuyPhanNguyen authored Aug 12, 2024
1 parent 5aec963 commit e4c08d3
Show file tree
Hide file tree
Showing 14 changed files with 620 additions and 474 deletions.
45 changes: 0 additions & 45 deletions octopusdeploy/data_source_tag_sets.go

This file was deleted.

49 changes: 0 additions & 49 deletions octopusdeploy/data_source_tag_sets_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions octopusdeploy/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func Provider() *schema.Provider {
"octopusdeploy_offline_package_drop_deployment_targets": dataSourceOfflinePackageDropDeploymentTargets(),
"octopusdeploy_polling_tentacle_deployment_targets": dataSourcePollingTentacleDeploymentTargets(),
"octopusdeploy_ssh_connection_deployment_targets": dataSourceSSHConnectionDeploymentTargets(),
"octopusdeploy_tag_sets": dataSourceTagSets(),
"octopusdeploy_teams": dataSourceTeams(),
"octopusdeploy_users": dataSourceUsers(),
"octopusdeploy_user_roles": dataSourceUserRoles(),
Expand Down Expand Up @@ -63,7 +62,6 @@ func Provider() *schema.Provider {
"octopusdeploy_ssh_key_account": resourceSSHKeyAccount(),
"octopusdeploy_static_worker_pool": resourceStaticWorkerPool(),
"octopusdeploy_tag": resourceTag(),
"octopusdeploy_tag_set": resourceTagSet(),
"octopusdeploy_team": resourceTeam(),
"octopusdeploy_token_account": resourceTokenAccount(),
"octopusdeploy_user": resourceUser(),
Expand Down
103 changes: 0 additions & 103 deletions octopusdeploy/resource_tag_set.go

This file was deleted.

156 changes: 0 additions & 156 deletions octopusdeploy/resource_tag_set_test.go

This file was deleted.

Loading

0 comments on commit e4c08d3

Please sign in to comment.