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
@@ -29,8 +45,11 @@ The following arguments are required:
29
45
The following arguments are optional:
30
46
31
47
*`description` - (Optional) Description of the verified access group.
32
-
*`tags` - (Optional) Key-value mapping of resource tags. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
33
48
*`policy_document` - (Optional) The policy document that is associated with this resource.
49
+
*`sse_configuration` - (Optional) Configuration block to use KMS keys for server-side encryption.
50
+
*`cmk_enabled` - (Optional) Boolean flag to indicate that the CMK should be used.
51
+
*`kms_key_arn` - (Optional) ARN of the KMS key to use.
52
+
*`tags` - (Optional) Key-value mapping of resource tags. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
0 commit comments