Skip to content

Commit

Permalink
Merge pull request #4092 from terraform-providers/b-aws_iam_role-ds-m…
Browse files Browse the repository at this point in the history
…axsessionduration

data-source/aws_iam_role: Add max_session_duration attribute
  • Loading branch information
bflad authored Apr 6, 2018
2 parents 0e099c6 + 5c3773d commit 8f95db8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws/data_source_aws_iam_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package aws

import (
"fmt"

"github.com/hashicorp/terraform/helper/schema"
)

Expand Down Expand Up @@ -53,6 +54,10 @@ func dataSourceAwsIAMRole() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"max_session_duration": {
Type: schema.TypeInt,
Computed: true,
},
},
}
}
Expand Down

0 comments on commit 8f95db8

Please sign in to comment.