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:
commit
d5b869732b
|
@ -54,6 +54,7 @@ func resourceAwsAlbListener() *schema.Resource {
|
|||
"ssl_policy": {
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"certificate_arn": {
|
||||
|
|
Loading…
Reference in New Issue