-
Notifications
You must be signed in to change notification settings - Fork 95
Add resource ec_snapshot_repository #613
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
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
20bc1c2
to
f33684d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, I think we should cover the generic
repo type at the same time though.
f33684d
to
e11060a
Compare
e11060a
to
213988d
Compare
d80dd58
to
bc6521f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Manually tested this against a GCS snapshot repo 🎉
Can we add an entry to .changelog
here as the final thing please.
This updates elastic/cloud-sdk-go to v1.12.1 because of `snaprepoapi.S3Config.PathStyleAccess` which was added there.
bc6521f
to
9584cf2
Compare
@tobio I've added an entry to |
Description
This adds a new resource
ec_snapshot_repository
for usage with ECE.Related Issues
#608
Motivation and Context
There is currently no way to create cluster level snapshot repositories in ECE via terraform.
How Has This Been Tested?
Types of Changes
Readiness Checklist
→ I did not run acceptance tests, but there are no changes that effect any of the existing functionality.
→ I think the failing unit tests are related to Infinite ec_deployment.elasticsearch.config drift when using ec 0.6.0 and terraform 1.4.0 #599 and are not caused by the changes in this PR.