Skip to content

Commit

Permalink
Merge pull request #8513 from ministryofjustice/feature/circleci_max_…
Browse files Browse the repository at this point in the history
…session_duration

Update iam.tf
  • Loading branch information
ep-93 authored Nov 18, 2024
2 parents 4a32ad5 + 76dbfe8 commit cc7f127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/digital-prison-reporting/iam.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resource "aws_iam_role" "circleci_iam_role" {
name = "circleci_iam_role"
max_session_duration = 7200
assume_role_policy = jsonencode({
Version = "2012-10-17",
Statement = [{
Expand Down

0 comments on commit cc7f127

Please sign in to comment.