Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Opensearch resources to AWS SDK v2 #38901

Merged
merged 30 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
549a1d4
feat: regenerate `v2` client
DanielRieske Aug 16, 2024
b3807ad
feat: migrate r/domain_policy to sdkv2
DanielRieske Aug 16, 2024
192ab60
feat: migrate r/domain_saml_options to sdkv2
DanielRieske Aug 16, 2024
f69c700
feat: migrate r/domain to sdkv2
DanielRieske Aug 16, 2024
1fd6027
feat: migrate d/domain to sdkv2
DanielRieske Aug 16, 2024
21fabb8
chore: migrate r/domain util functions
DanielRieske Aug 16, 2024
91bc435
chore: migrate r/inbound_connection_acceptor to sdkv2
DanielRieske Aug 16, 2024
066aae3
feat: migrate r/outbound_connection to sdkv2
DanielRieske Aug 16, 2024
1eeef37
feat: migrate r/package_association to sdkv2
DanielRieske Aug 16, 2024
47faf0d
feat: migrate r/package to sdkv2
DanielRieske Aug 16, 2024
9b66efd
feat: migrate r/vpc_endpoint to sdkv2
DanielRieske Aug 16, 2024
6da0627
feat: migrate sweepers
DanielRieske Aug 16, 2024
710c3f2
feat: migrate wait, flex, exports and status
DanielRieske Aug 16, 2024
55604fb
chore: reduce visibility of consts
DanielRieske Aug 16, 2024
29d5c04
Merge branch 'main' into f/migrate-opensearch-sdkv2
DanielRieske Aug 16, 2024
c8e9efa
chore: run `make clean-tidy`
DanielRieske Aug 16, 2024
ecd3673
fix: export for cognitoidp dissapears test
DanielRieske Aug 16, 2024
47c029f
chore: remove duplicate export
DanielRieske Aug 16, 2024
109a9ac
chore: fmt
DanielRieske Aug 16, 2024
a3a1631
feat: migrate error handling in r/domain
DanielRieske Aug 16, 2024
2c4a00a
fix: `TestAccOpenSearchPackage_disappears`
DanielRieske Aug 16, 2024
cba789b
fix: `TestAccOpenSearchDomain_*` by adding additional retryable condi…
DanielRieske Aug 16, 2024
31b95dc
chore: increased timeout for https://github.com/hashicorp/terraform-p…
DanielRieske Aug 16, 2024
96cf620
fix: `TestAccOpenSearchInboundConnectionAccepter_*` by making `connec…
DanielRieske Aug 17, 2024
9274f36
fix: `TestAccOpenSearchPackageAssociation_disappears`
DanielRieske Aug 17, 2024
6402cb1
feat: increase `domain` timeout and restructured several retries
DanielRieske Aug 18, 2024
9adb6e5
Fix 'TestAccOpenSearchPackage_basic'.
ewbankkit Aug 19, 2024
ccadef3
Revert "Fix 'TestAccOpenSearchPackage_basic'."
ewbankkit Aug 19, 2024
5595747
Merge branch 'main' into HEAD
ewbankkit Aug 19, 2024
2a87984
Fix 'TestAccOpenSearchPackage_basic'.
ewbankkit Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/networkfirewall v1.41.1
github.com/aws/aws-sdk-go-v2/service/networkmonitor v1.5.4
github.com/aws/aws-sdk-go-v2/service/oam v1.13.5
github.com/aws/aws-sdk-go-v2/service/opensearch v1.39.3
github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.13.4
github.com/aws/aws-sdk-go-v2/service/organizations v1.30.3
github.com/aws/aws-sdk-go-v2/service/osis v1.12.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ github.com/aws/aws-sdk-go-v2/service/networkmonitor v1.5.4 h1:u/vDkh3lVqFHavOO2u
github.com/aws/aws-sdk-go-v2/service/networkmonitor v1.5.4/go.mod h1:kLZ+wCSQ04+zCjbymFTlNmlB78Mxi7dORmfbeChB7CY=
github.com/aws/aws-sdk-go-v2/service/oam v1.13.5 h1:51VYR5C0+/QEUrFURnwIGvT1eyiaKwnfQCoXVMRKtmg=
github.com/aws/aws-sdk-go-v2/service/oam v1.13.5/go.mod h1:dwn0suVbD6cdXDZQsEr5iYf4dhxDVr5wEAKSiCLSSQ8=
github.com/aws/aws-sdk-go-v2/service/opensearch v1.39.3 h1:EoXdh45m+CNUmP1tRFz+SD78qvsR4i5u7bFnMljgRV0=
github.com/aws/aws-sdk-go-v2/service/opensearch v1.39.3/go.mod h1:dt1En8oUmuPUz5AZjWi+fBeekG3O8WejKi1wgoafwNk=
github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.13.4 h1:3Y4N61NHpii/6m38masM+VYJgnHhGtktEyJVZcTv0nc=
github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.13.4/go.mod h1:pQOhum5PBwXCSspA6bT4EZLhpawWF2aHTToUu/5vIBg=
github.com/aws/aws-sdk-go-v2/service/organizations v1.30.3 h1:gYS53GRIaSesL04BlZA9MEBzDlENidWR/JDBXhZonFs=
Expand Down
6 changes: 3 additions & 3 deletions internal/conns/awsclient_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/service/opensearch/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import (
const (
// OpenSearch sometimes needs a longer IAM propagation time than most services,
// especially with acceptance tests
propagationTimeout = 10 * time.Minute
propagationTimeout = 30 * time.Minute
)
Loading
Loading