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
resource/aws_quicksight_account_subscription: Add `admin_pro_group`, `author_pro_group`, and `reader_pro_group` arguments
3
+
```
4
+
5
+
```release-note:note
6
+
resource/aws_quicksight_account_subscription: Because we cannot easily test all this functionality, it is best effort and we ask for community help in testing
Copy file name to clipboardExpand all lines: website/docs/r/quicksight_account_subscription.html.markdown
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ description: |-
10
10
11
11
Terraform resource for managing an AWS QuickSight Account Subscription.
12
12
13
-
~> Due to the absence of the `admin_group`, `author_group`, and `reader_group` fields in the [`DescribeAccountSettings`](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAccountSettings.html) API response, changes made to these groups post-subscription will not be detected by this resource.
13
+
~> Due to the absence of the `admin_group`, `author_group`, `reader_group`, `admin_pro_group`, `author_pro_group`, and `reader_pro_group` fields in the [`DescribeAccountSettings`](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAccountSettings.html) API response, changes made to these groups post-subscription will not be detected by this resource.
14
14
15
15
## Example Usage
16
16
@@ -36,7 +36,9 @@ The following arguments are optional:
36
36
37
37
*`active_directory_name` - (Optional) Name of your Active Directory. This field is required if `ACTIVE_DIRECTORY` is the selected authentication method of the new Amazon QuickSight account.
38
38
*`admin_group` - (Optional) Admin group associated with your Active Directory or IAM Identity Center account. This field is required if `ACTIVE_DIRECTORY` or `IAM_IDENTITY_CENTER` is the selected authentication method of the new Amazon QuickSight account.
39
+
*`admin_pro_group` - (Optional) Admin PRO group associated with your Active Directory or IAM Identity Center account.
39
40
*`author_group` - (Optional) Author group associated with your Active Directory or IAM Identity Center account.
41
+
*`author_pro_group` - (Optional) Author PRO group associated with your Active Directory or IAM Identity Center account.
40
42
*`aws_account_id` - (Optional, Forces new resource) AWS account ID. Defaults to automatically determined account ID of the Terraform AWS provider.
41
43
*`contact_number` - (Optional) A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.
42
44
*`directory_id` - (Optional) Active Directory ID that is associated with your Amazon QuickSight account.
@@ -45,6 +47,7 @@ The following arguments are optional:
45
47
*`iam_identity_center_instance_arn` - (Optional) The Amazon Resource Name (ARN) for the IAM Identity Center instance.
46
48
*`last_name` - (Optional) Last name of the author of the Amazon QuickSight account to use for future communications. This field is required if `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon QuickSight account.
47
49
*`reader_group` - (Optional) Reader group associated with your Active Directory or IAM Identity Center account.
50
+
*`reader_pro_group` - (Optional) Reader PRO group associated with your Active Directory or IAM Identity Center account.
48
51
*`realm` - (Optional) Realm of the Active Directory that is associated with your Amazon QuickSight account.
49
52
*`region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
0 commit comments