Skip to content

Commit

Permalink
release for v2.4.2 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko authored Sep 15, 2021
1 parent f04631e commit 63cd8e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2 (September 15, 2021)
Bug Fix:
- resource/load_balancer: added missing `region` and `ssl_redirect` values from being set [163](https://github.com/vultr/terraform-provider-vultr/pull/163)

## 2.4.1 (August 13, 2021)
Enhancement:
- resource/instance: increased default timeout for create/update from 20 to 60 minutes [160](https://github.com/vultr/terraform-provider-vultr/pull/160)
Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
vultr = {
source = "vultr/vultr"
version = "2.4.1"
version = "2.4.2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
vultr = {
source = "vultr/vultr"
version = "2.4.1"
version = "2.4.2"
}
}
}
Expand Down

0 comments on commit 63cd8e4

Please sign in to comment.