opensearch-project / terraform-provider-opensearch

https://registry.terraform.io/providers/opensearch-project/opensearch
Apache License 2.0
74 stars 57 forks source link

Fix aws authentication issues with assume role #76

Closed ekirmayer closed 1 year ago

ekirmayer commented 1 year ago

Description

Fix require Externald when not needed #61 Set profile to default when using assume role and user doesnt pass Role name Update aws sdk to version #64

Issues Resolved

61

64

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

prudhvigodithi commented 1 year ago

Hey @ekirmayer thanks for your contribution, the CI checks failed, please try to address them. Thanks

ekirmayer commented 1 year ago

@prudhvigodithi i've updated the linter version as the issue is there from what i can find

prudhvigodithi commented 1 year ago

Thanks @ekirmayer.