Skip to content

Commit 1c3432f

Browse files
committed
Revert "b-aws_kinesisanalyticsv2_application-43003 :: Cleaning comment"
This reverts commit f20ca0e.
1 parent c6263ef commit 1c3432f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/kinesisanalyticsv2/application.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ func resourceApplication() *schema.Resource {
284284
Elem: &schema.Resource{
285285
Schema: map[string]*schema.Schema{
286286
"application_restore_type": {
287+
// NOTE: Set as required in Cloudformation: https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-kinesisanalyticsv2-application-applicationrestoreconfiguration.html
287288
Type: schema.TypeString,
288289
Required: true,
289290
ValidateDiagFunc: enum.Validate[awstypes.ApplicationRestoreType](),

0 commit comments

Comments
 (0)