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

Added point_in_time_restore to aws_rds_cluster #8534

Closed
wants to merge 3 commits into from

Conversation

tkawachi
Copy link

@tkawachi tkawachi commented May 6, 2019

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Fixes #2321

Release note for CHANGELOG:

- resource/aws_rds_cluster: Add `point_in_time_restore` attribute.

Output from acceptance testing:

$ make testacc TEST=./aws TESTARGS='-run=TestAccAWSRDSCluster_pointInTimeRestore'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -parallel 20 -run=TestAccAWSRDSCluster_pointInTimeRestore -timeout 120m
=== RUN   TestAccAWSRDSCluster_pointInTimeRestore
=== PAUSE TestAccAWSRDSCluster_pointInTimeRestore
=== CONT  TestAccAWSRDSCluster_pointInTimeRestore
--- PASS: TestAccAWSRDSCluster_pointInTimeRestore (370.32s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	370.342s

@ghost ghost added size/L Managed by automation to categorize the size of a PR. service/rds Issues and PRs that pertain to the rds service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. documentation Introduces or discusses updates to documentation. labels May 6, 2019
@bflad bflad added the enhancement Requests to existing resources that expand the functionality or scope. label May 7, 2019
@tkawachi
Copy link
Author

tkawachi commented May 8, 2019

Hi, this is almost my first try to program in golang and to modify a terraform plugin. Please let me know if you have any advice. Thank you.

@GryshchenkoAndrii
Copy link

@tkawachi what's the situation on this? Are we going forward with the change?

@internetrush1
Copy link

@tkawachi this just waiting on rebase or whats the liklihood this will make it in?

@tkawachi
Copy link
Author

Unfortunately, there are too many conflicts to simply rebase. It would be great if someone could take over as I don't have the time to do so.

@lorengordon
Copy link
Contributor

Is this pr duplicating the feature this one is implementing? #7031?

@anGie44
Copy link
Contributor

anGie44 commented Nov 11, 2020

I believe so @lorengordon. @tkawachi please note #7031 is currently under review and aims to add the argument presented here. Thank you for your time and efforts in creating this PR! Please reach out if you have any additional questions or concerns :)

@tkawachi
Copy link
Author

@lorengordon @anGie44 It seems that #7031 is tackling the same feature (and still alive 😄 ).

@tkawachi tkawachi closed this Nov 11, 2020
@ghost
Copy link

ghost commented Dec 11, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/rds Issues and PRs that pertain to the rds service. size/L Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: AWS RDS Clone
6 participants