-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 backup support for google_filestore_instance
#6742
Added backup support for google_filestore_instance
#6742
Conversation
google_filestore_instance
mmv1/third_party/validator/tests/data/example_filestore_backup.json
Outdated
Show resolved
Hide resolved
ffb2671
to
8ceed51
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 964 insertions(+), 4 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFilestoreInstance_filestoreInstanceFullExample|TestAccFilestoreBackup_filestoreBackupFullExample |
14249b8
to
6eda6d6
Compare
/gcbrun |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 964 insertions(+), 4 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFilestoreInstance_filestoreInstanceFullExample|TestAccFilestoreBackup_filestoreBackupFullExample|TestAccComputeForwardingRule_update |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 994 insertions(+), 4 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccComputeForwardingRule_update|TestAccFilestoreInstance_filestoreInstanceFullExample|TestAccFilestoreBackup_filestoreBackupBasicExample |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 994 insertions(+), 4 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFirebaserulesRelease_BasicRelease|TestAccFilestoreBackup_filestoreBackupBasicExample|TestAccFilestoreInstance_filestoreInstanceFullExample|TestAccComputeForwardingRule_update |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 994 insertions(+), 4 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFilestoreBackup_filestoreBackupBasicExample|TestAccFilestoreInstance_filestoreInstanceFullExample|TestAccFirebaserulesRelease_BasicRelease |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 968 insertions(+), 4 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFilestoreInstance_filestoreInstanceFullExample|TestAccFilestoreBackup_filestoreBackupBasicExample |
Tests failed during RECORDING mode: Please fix these to complete your PR |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 995 insertions(+), 4 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFilestoreBackup_filestoreBackupBasicExample|TestAccFilestoreInstance_filestoreInstanceFullExample |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 997 insertions(+), 6 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFilestoreInstance_filestoreInstanceFullExample|TestAccFilestoreBackup_filestoreBackupBasicExample |
Tests failed during RECORDING mode: Please fix these to complete your PR |
Co-authored-by: Cameron Thornton <[email protected]> Update mmv1/products/redis/api.yaml Co-authored-by: Cameron Thornton <[email protected]> Update mmv1/products/filestore/api.yaml Co-authored-by: Cameron Thornton <[email protected]> validator files removed, updates for filestore source backup field quota lowered and label fixed rm api.yaml api.yaml added
It's only returned when an instance is restored from a backup, which won't be possible to do in TF without using the custom "restore" endpoint. Julius and I confirmed the field is returned as expected from the API by manually restoring an instance. Given that this is an output-only field, I feel confident enough with that manual check. |
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.
My apologies for missing this up to this point, but we really need to add a test for updatability. Can you write a handwritten test to check the updatability of description
and labels
?
this has been applied. |
fbdfacd
to
785c629
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 8 files changed, 1082 insertions(+), 2 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFirebaserulesRelease_BasicRelease|TestAccFilestoreBackup_update|TestAccLoggingBucketConfigProject_cmekSettings |
Update made and pushed |
Added resource
google_filestore_backup
Added
sourceBackup
field togoogle_filestore_instance
resourcefixes hashicorp/terraform-provider-google#7655
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)