diff --git a/builtin/providers/aws/resource_aws_autoscaling_lifecycle_hook.go b/builtin/providers/aws/resource_aws_autoscaling_lifecycle_hook.go index bb6d1c2e3..8b3a3159d 100644 --- a/builtin/providers/aws/resource_aws_autoscaling_lifecycle_hook.go +++ b/builtin/providers/aws/resource_aws_autoscaling_lifecycle_hook.go @@ -49,11 +49,11 @@ func resourceAwsAutoscalingLifecycleHook() *schema.Resource { }, "notification_target_arn": &schema.Schema{ Type: schema.TypeString, - Required: true, + Optional: true, }, "role_arn": &schema.Schema{ Type: schema.TypeString, - Required: true, + Optional: true, }, }, }