Skip to content

Commit

Permalink
resource/argo_tunnel: update CNAME (#1293)
Browse files Browse the repository at this point in the history
* resource/cloudflare_argo_tunnel: update CNAME

Closes #1292
  • Loading branch information
jacobbednarz authored Nov 1, 2021
1 parent c6a77db commit a24182e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/1293.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/cloudflare_argo_tunnel: update CNAME to use `cfargotunnel.com`
```
2 changes: 1 addition & 1 deletion cloudflare/resource_cloudflare_argo_tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/pkg/errors"
)

const argoTunnelCNAME = "argotunnel.com"
const argoTunnelCNAME = "cfargotunnel.com"

func resourceCloudflareArgoTunnel() *schema.Resource {
return &schema.Resource{
Expand Down

0 comments on commit a24182e

Please sign in to comment.