We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b146b68 + 12385ec commit a38912bCopy full SHA for a38912b
main.tf
@@ -28,6 +28,7 @@ resource "aws_iam_policy" "this" {
28
29
resource "aws_iam_role" "this" {
30
name_prefix = "grid-cloud"
31
+ max_session_duration = 12 * 3600
32
assume_role_policy = jsonencode({
33
Statement = flatten([
34
[{
0 commit comments