Skip to content

Commit

Permalink
Merge pull request #78 from cloudsigma/feat/remove-acl-and-firewall-p…
Browse files Browse the repository at this point in the history
…olicy-resources

feat: remove acl and firewall policy resources
  • Loading branch information
pavel-github authored Jul 14, 2024
2 parents 3539b8b + 35c4d4d commit baac028
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 310 deletions.
2 changes: 0 additions & 2 deletions cloudsigma/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ func Provider() *schema.Provider {
},

ResourcesMap: map[string]*schema.Resource{
"cloudsigma_acl": resourceCloudSigmaACL(),
"cloudsigma_drive": resourceCloudSigmaDrive(),
"cloudsigma_firewall_policy": resourceCloudSigmaFirewallPolicy(),
"cloudsigma_remote_snapshot": resourceCloudSigmaRemoteSnapshot(),
"cloudsigma_server": resourceCloudSigmaServer(),
"cloudsigma_snapshot": resourceCloudSigmaSnapshot(),
Expand Down
121 changes: 0 additions & 121 deletions cloudsigma/resource_cloudsigma_acl.go

This file was deleted.

116 changes: 0 additions & 116 deletions cloudsigma/resource_cloudsigma_firewall_policy.go

This file was deleted.

34 changes: 0 additions & 34 deletions docs/resources/acl.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/resources/firewall_policy.md

This file was deleted.

3 changes: 0 additions & 3 deletions examples/resources/cloudsigma_acl/resource.tf

This file was deleted.

3 changes: 0 additions & 3 deletions examples/resources/cloudsigma_firewall_policy/resource.tf

This file was deleted.

0 comments on commit baac028

Please sign in to comment.