Skip to content

Commit

Permalink
Merge pull request #2136 from cloudflare/remove-access-bookmarks
Browse files Browse the repository at this point in the history
resource/cloudflare_access_bookmark: remove resource
  • Loading branch information
jacobbednarz committed Jan 13, 2023
2 parents 4993768 + 7d66a87 commit 84b70ee
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 488 deletions.
3 changes: 3 additions & 0 deletions .changelog/2136.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:breaking-change
resource/cloudflare_access_bookmark: resource has been removed in favour of configuration on `cloudflare_access_application`
```
61 changes: 0 additions & 61 deletions docs/resources/access_bookmark.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/resources/cloudflare_access_bookmark/import.sh

This file was deleted.

7 changes: 0 additions & 7 deletions examples/resources/cloudflare_access_bookmark/resource.tf

This file was deleted.

1 change: 0 additions & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func New(version string) func() *schema.Provider {

ResourcesMap: map[string]*schema.Resource{
"cloudflare_access_application": resourceCloudflareAccessApplication(),
"cloudflare_access_bookmark": resourceCloudflareAccessBookmark(),
"cloudflare_access_ca_certificate": resourceCloudflareAccessCACertificate(),
"cloudflare_access_group": resourceCloudflareAccessGroup(),
"cloudflare_access_identity_provider": resourceCloudflareAccessIdentityProvider(),
Expand Down
183 changes: 0 additions & 183 deletions internal/provider/resource_cloudflare_access_bookmark.go

This file was deleted.

0 comments on commit 84b70ee

Please sign in to comment.