-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix identity platform default_supported_idp_config idp_id (#2969)
Merged PR #2969.
- Loading branch information
1 parent
a9899a8
commit 142ec17
Showing
10 changed files
with
78 additions
and
18 deletions.
There are no files selected for viewing
Submodule terraform
updated
from 8ee9fe to 09520e
Submodule terraform-beta
updated
from 54a629 to 7db486
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
templates/terraform/examples/identity_platform_default_supported_idp_config_basic.tf.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
resource "google_identity_platform_default_supported_idp_config" "<%= ctx[:primary_resource_id] %>" { | ||
enabled = true | ||
client_id = "playgames.google.com" | ||
idp_id = "playgames.google.com" | ||
client_id = "client-id" | ||
client_secret = "secret" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters