Skip to content

Commit

Permalink
Adding new resource identity_platform_project_default_config to suppo…
Browse files Browse the repository at this point in the history
…rt Email/Password Auth (#6679) (#12977)

* Adding new resource identity_platform_project_default_config to support Email/Password Auth

* Addressing the review comments

Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Nov 8, 2022
1 parent f21ac9e commit 9f1e2ab
Show file tree
Hide file tree
Showing 6 changed files with 1,198 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/6679.txt
@@ -0,0 +1,3 @@
```release-note:new-resource
`identity_platform_project_default_config`
```
5 changes: 3 additions & 2 deletions google/provider.go
Expand Up @@ -917,9 +917,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 245
// Generated resources: 246
// Generated IAM resources: 150
// Total generated resources: 395
// Total generated resources: 396
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1210,6 +1210,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_identity_platform_oauth_idp_config": resourceIdentityPlatformOauthIdpConfig(),
"google_identity_platform_tenant_oauth_idp_config": resourceIdentityPlatformTenantOauthIdpConfig(),
"google_identity_platform_tenant": resourceIdentityPlatformTenant(),
"google_identity_platform_project_default_config": resourceIdentityPlatformProjectDefaultConfig(),
"google_kms_key_ring": resourceKMSKeyRing(),
"google_kms_crypto_key": resourceKMSCryptoKey(),
"google_kms_crypto_key_version": resourceKMSCryptoKeyVersion(),
Expand Down

0 comments on commit 9f1e2ab

Please sign in to comment.