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
232 stars 164 forks source link

chore: Defines tests in CI for `third_party_integration` with minor fixes #2215

Closed AgustinBettati closed 2 months ago

AgustinBettati commented 2 months ago

Description

Link to any related issue(s): Related to CLOUDP-245942, want to have tests in a good place before SDK migration and then making use of new property (id).

Third party integrations can be created with fake values. This PR defines individual tests for each integration types (which now run in the CI). The tests defined before were very limited and skipped in the CI.

Type of change:

Required Checklist:

Further comments