-
Notifications
You must be signed in to change notification settings - Fork 178
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
Test config update #454
Test config update #454
Conversation
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.
Thank you for doing this! Since it's not required I'd just remove it vs updating. Long term likely to be more sustainable.
@@ -41,7 +41,7 @@ func testAccMongoDBAtlasDataSourceCloudProviderSnapshotBackupPolicyConfig(projec | |||
provider_region_name = "EU_CENTRAL_1" | |||
provider_instance_size_name = "M10" | |||
provider_backup_enabled = true //enable cloud provider snapshots | |||
provider_disk_iops = 100 | |||
provider_disk_iops = 3000 |
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.
This isn't required. We recently removed it from the examples due to the issues with it and that it is not required, especially for M10s (where you can't set a higher iops than you get). I'd just remove it.
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.
okay that's even better :) removing it
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! Thanks :)
Description
Hello @themantissa , @coderGo93 Updating cluster test config, because it fails because the diff
Link to any related issue(s):
Type of change:
Required Checklist:
Further comments