Merge pull request #8628 from hashicorp/b-aws-alb-computed

provider/aws: Making `aws_alb_listener` ssl_policy to be Computed
This commit is contained in:
Paul Stack 2016-09-02 17:33:02 +03:00 committed by GitHub
commit d5b869732b
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ func resourceAwsAlbListener() *schema.Resource {
"ssl_policy": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"certificate_arn": {