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: Enables mongodbatlas_push_based_log_export tests in CI and adds unit tests #2196

Closed maastha closed 2 months ago

maastha commented 2 months ago

Description

Enables mongodbatlas_push_based_log_export tests in CI and adds unit tests

Link to any related issue(s): https://jira.mongodb.org/browse/CLOUDP-240975

Type of change:

Required Checklist:

Further comments

lantoli commented 2 months ago

tests are passing but showing "400 (request "CANNOT_ASSUME_ROLE") Atlas cannot assume the specified role" warning, don't know if it's important

maastha commented 2 months ago

tests are passing but showing "400 (request "CANNOT_ASSUME_ROLE") Atlas cannot assume the specified role" warning, don't know if it's important

yes this is expected with the cloud provider access resource API. The resource then does retries to get a successful response.