You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"mongodbatlas_cloud_provider_access" {
source="./modules/mongodbatlas/r/mongodbatlas_cloud_provider_access"# iam_assumed_role_arn - (optional) is a type of stringiam_assumed_role_arn=null# project_id - (required) is a type of stringproject_id=null# provider_name - (required) is a type of stringprovider_name=null
}
resource"mongodbatlas_cloud_provider_access""this" {
# iam_assumed_role_arn - (optional) is a type of stringiam_assumed_role_arn=var.iam_assumed_role_arn# project_id - (required) is a type of stringproject_id=var.project_id# provider_name - (required) is a type of stringprovider_name=var.provider_name
}