Skip to content

Commit

Permalink
Merge pull request #4044 from komailo/master
Browse files Browse the repository at this point in the history
Fix the deprecation notice for cloudflare_access_application
  • Loading branch information
jacobbednarz authored Sep 18, 2024
2 parents fb9d365 + 6ee829e commit a0129b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4044.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/cloudflare_access_application: fix the name of the new resource to use when upgrading
```
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func resourceCloudflareAccessApplication() *schema.Resource {
Applications are used to restrict access to a whole application using an
authorisation gateway managed by Cloudflare.
`),
DeprecationMessage: "`cloudflare_access_application` is now deprecated and will be removed in the next major version. Use `zero_trust_access_application` instead.",
DeprecationMessage: "`cloudflare_access_application` is now deprecated and will be removed in the next major version. Use `cloudflare_zero_trust_access_application` instead.",
}
}

Expand Down

0 comments on commit a0129b8

Please sign in to comment.