Skip to content

Commit d522eb1

Browse files
doc: Provide valid alternative for import in cloud_provider_access_authorization (#3101)
* add docs clarification * incorporate docs feedback
1 parent 9115eb4 commit d522eb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/resources/cloud_provider_access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ Conditional
147147

148148
## Import mongodbatlas_cloud_provider_access_authorization
149149

150-
You can't import the Cloud Provider Access Authorization resource.
150+
You cannot import the Cloud Provider Access Authorization resource into Terraform. Instead, if the associated role is already authorized, you can recreate the resource without any adverse effects.

internal/service/cloudprovideraccess/resource_cloud_provider_access_authorization.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
*/
2121

2222
func ResourceAuthorization() *schema.Resource {
23+
// HELP-71400 provides context as to why import is not implemented
2324
return &schema.Resource{
2425
ReadContext: resourceCloudProviderAccessAuthorizationRead,
2526
CreateContext: resourceCloudProviderAccessAuthorizationCreate,

0 commit comments

Comments
 (0)