mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
230 stars 167 forks source link

test: Adds test for stream_instance stream_config.tier #2289

Closed EspenAlbert closed 1 month ago

EspenAlbert commented 1 month ago

Description

Adds test for stream_instance SP10 stream_config.tier The issue describes adding a new parameter, InstanceType support. However, this is already supported with the stream_config.tier attribute. I updated the 2nd test to include the configTier to validate that SP10 also works. (SP30 is the default tier) Note that updating the tier is not supported in the API

Link to any related issue(s): CLOUDP-230986

Type of change:

Required Checklist:

Further comments