Skip to content

Commit

Permalink
Merge pull request #86 from cloudsigma/feat/remove-resource-remote-sn…
Browse files Browse the repository at this point in the history
…apshot

feat(resource/cloudsigma_remote_snapshot): remove unused resource
  • Loading branch information
pavel-github authored Jul 22, 2024
2 parents 228a518 + ffd20f0 commit 3c3b8d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 186 deletions.
7 changes: 3 additions & 4 deletions cloudsigma/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ func Provider() *schema.Provider {
DataSourcesMap: map[string]*schema.Resource{},

ResourcesMap: map[string]*schema.Resource{
"cloudsigma_drive": resourceCloudSigmaDrive(),
"cloudsigma_remote_snapshot": resourceCloudSigmaRemoteSnapshot(),
"cloudsigma_server": resourceCloudSigmaServer(),
"cloudsigma_snapshot": resourceCloudSigmaSnapshot(),
"cloudsigma_drive": resourceCloudSigmaDrive(),
"cloudsigma_server": resourceCloudSigmaServer(),
"cloudsigma_snapshot": resourceCloudSigmaSnapshot(),
},
}

Expand Down
141 changes: 0 additions & 141 deletions cloudsigma/resource_cloudsigma_remote_snapshot.go

This file was deleted.

41 changes: 0 additions & 41 deletions docs/resources/remote_snapshot.md

This file was deleted.

0 comments on commit 3c3b8d9

Please sign in to comment.