docs: update import instructions for aws_dataexchange_data_set #40883
+3
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In #40871 an issue related to the resource
aws_dataexchange_data_set
is described. The user followed the import instructions available in the official documentation and ran into an issue.The pull requests updates the import instructions, so that imports can be executed successfully.
Detailed information
In the documentation it is stated that the resource ARN should be used when importing, e.g.
This leads to a failed import and also validation error messages (likely from the AWS Go SDK).
I tried similar import with debug logs enabled:
The relevant information contained in above output is
The provider seems to expect not the ARN, but the dataset identifier when importing, so something like
The debug log for this command is
The resource import was succesful.
Relations
Relates #40871
References
Output from Acceptance Testing
Not applicable, only documentation is updated.