Skip to content

Commit 95bf3c2

Browse files
committed
r/aws_quicksight_account_subscription(doc): add note on import limitations
Due to the limited fields returned by the `DescribeAccountSettings` API, an imported account subscription resource will always be immediately planned for replacement in the absence of an `ignore_changes` lifecycle argument. This adds a note to the registry documentation describing this limitation.
1 parent c1eee85 commit 95bf3c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/quicksight_account_subscription.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ This resource exports the following attributes in addition to the arguments abov
6363

6464
## Import
6565

66+
~> Due to the absence of required arguments in the [`DescribeAccountSettings`](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAccountSettings.html) API response, importing an existing account subscription will result in a planned replacement on the subsequent `apply` operation. Until the Describe API response in extended to include all configurable arguments, an [`ignore_changes` lifecycle argument](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes) can be used to suppress differences on arguments not read into state.
67+
6668
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import a QuickSight Account Subscription using `aws_account_id`. For example:
6769

6870
```terraform

0 commit comments

Comments
 (0)