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.
1 parent b146b68 commit 12385ecCopy full SHA for 12385ec
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