Skip to content

Commit

Permalink
Merge pull request #45 from vamping111/24.0.1
Browse files Browse the repository at this point in the history
Release v24.0.1
  • Loading branch information
vamping111 authored Jun 3, 2024
2 parents c8cfb7b + 7aa7442 commit 1b10fa3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 24.0.1

BUG FIXES:

* resource/aws_paas_service: remove service from tfstate if it is not found when deleting
* resource/aws_paas_service: update list of possible service statuses
* resource/aws_paas_service: add proper type casting for `mongodb.storage_engine_cache_size` parameter

ENHANCEMENTS:

* resource/aws_paas_service: add examples for MongoDB, MySQL and RabbitMQ PaaS services to documentation
* resource/aws_paas_service: remove default value for optional parameters
* resource/aws_paas_service: add the ability to update service parameters for ElasticSearch, MongoDB, RabbitMQ and Redis PaaS services

## 24.0.0

NOTES:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hashicorp/terraform-provider-aws

go 1.17

replace github.com/aws/aws-sdk-go => github.com/C2Devel/aws-sdk-go v1.44.10-CROC7
replace github.com/aws/aws-sdk-go => github.com/C2Devel/aws-sdk-go v1.44.10-CROC8

require (
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/C2Devel/aws-sdk-go v1.44.10-CROC7 h1:GzeDvcGIB3rvYXSfOFNroC7f64yoH51JtTWC6zZjRAA=
github.com/C2Devel/aws-sdk-go v1.44.10-CROC7/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/C2Devel/aws-sdk-go v1.44.10-CROC8 h1:drj63d7mpH61by8PaQ0NJ3BwXt1GEpHWY63Yfyf/8WQ=
github.com/C2Devel/aws-sdk-go v1.44.10-CROC8/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
github.com/Microsoft/go-winio v0.4.16 h1:FtSW/jqD+l4ba5iPBj9CODVtgfYAD8w2wS923g/cFDk=
github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0=
Expand Down

0 comments on commit 1b10fa3

Please sign in to comment.