Skip to content

Commit 4c56bf2

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 4c56bf2

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
@@ -65,6 +65,8 @@ This resource exports the following attributes in addition to the arguments abov
6565

6666
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:
6767

68+
~> 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.
69+
6870
```terraform
6971
import {
7072
to = aws_quicksight_account_subscription.example

0 commit comments

Comments
 (0)