Skip to content

Commit

Permalink
resource/cloudflare_custom_hostname: remove ForceNew on `wait_for_s…
Browse files Browse the repository at this point in the history
…sl_pending_validation`

Closes #2017
  • Loading branch information
jacobbednarz committed Nov 16, 2022
1 parent 2b6667c commit c5e77d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/2027.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/cloudflare_custom_hostname: remove `ForceNew` on `wait_for_ssl_pending_validation`
```
1 change: 0 additions & 1 deletion internal/provider/schema_cloudflare_custom_hostname.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ func resourceCloudflareCustomHostnameSchema() map[string]*schema.Schema {
},
"wait_for_ssl_pending_validation": {
Type: schema.TypeBool,
ForceNew: true,
Optional: true,
Default: false,
Description: "Whether to wait for a custom hostname SSL sub-object to reach status `pending_validation` during creation.",
Expand Down

0 comments on commit c5e77d6

Please sign in to comment.