Skip to content

Commit

Permalink
Merge pull request #5616 from pcarrier/pcarrier/aws_autoscaling_lifec…
Browse files Browse the repository at this point in the history
…ycle_hook_optional

provider/aws: optional fields in aws_autoscaling_lifecycle_hook
  • Loading branch information
stack72 committed Mar 14, 2016
2 parents 539cbe2 + a8865b8 commit cea8602
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
}
Expand Down

0 comments on commit cea8602

Please sign in to comment.