Skip to content

Commit 0b0dce9

Browse files
Add response_type to google_identity_platform_oauth_idp_config (#13690) (#972)
[upstream:3d75876f378a8c0659b58538db1ef9981186ed07] Signed-off-by: Modular Magician <[email protected]>
1 parent 89183e8 commit 0b0dce9

File tree

1 file changed

+4
-0
lines changed
  • identity_platform_oauth_idp_config_basic

1 file changed

+4
-0
lines changed

identity_platform_oauth_idp_config_basic/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ resource "google_identity_platform_oauth_idp_config" "oauth_idp_config" {
55
issuer = "issuer"
66
enabled = true
77
client_secret = "secret"
8+
response_type {
9+
id_token = true
10+
code = false
11+
}
812
}

0 commit comments

Comments
 (0)