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
feat: Supports GCP for mongodbatlas_cloud_provider_access_authorization resource (#3639)
* gcp for authorization resource
* cloud provider
* gcp is computed
* remove max items
* set gcp
* remove gcp from if in update
* add missing azure attribute in docs
* explain gcp update
*`iam_assumed_role_arn` - (Required) ARN of the IAM Role that Atlas assumes when accessing resources in your AWS account. This value is required after the creation (register of the role) as part of [Set Up Unified AWS Access](https://docs.atlas.mongodb.com/security/set-up-unified-aws-access/#set-up-unified-aws-access).
138
-
138
+
*`azure`
139
+
*`atlas_azure_app_id` - (Required) Azure Active Directory Application ID of Atlas.
140
+
*`service_principal_id` - (Required) UUID string that identifies the Azure Service Principal.
141
+
*`tenant_id` - (Required) UUID String that identifies the Azure Active Directory Tenant ID.
139
142
140
143
## Attributes Reference
141
144
142
145
*`id` - Unique identifier used by terraform for internal management.
143
146
*`authorized_date` - Date on which this role was authorized.
144
147
*`feature_usages` - Atlas features this AWS IAM role is linked to.
148
+
*`gcp`
149
+
*`service_account_for_atlas` - Email address for the Google Service Account created by Atlas.
0 commit comments