Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set aws_ssoadmin_permission_set.this.session_duration to permission_set.session_duration #12

Open
xuwang opened this issue Sep 6, 2024 · 0 comments

Comments

@xuwang
Copy link

xuwang commented Sep 6, 2024

Current code is:
session_duration = coalesce(each.value.relay_state, var.default_session_duration)

Should this line be:
session_duration = coalesce(each.value.session_duration, var.default_session_duration)
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant