Skip to content

Commit

Permalink
Remove resource google_identity_platform_project_default_config (#113…
Browse files Browse the repository at this point in the history
…54) (#7880)

[upstream:40c0cc6e886a26cbaa9a4bf9556c79eabafc7f4c]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 5, 2024
1 parent 0957d01 commit 96864dd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1,155 deletions.
3 changes: 3 additions & 0 deletions .changelog/11354.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:breaking-change
identityplatform: removed resource `google_identity_platform_project_default_config` in favor of `google_identity_platform_project_config`
```
5 changes: 2 additions & 3 deletions google-beta/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 499
// Generated resources: 498
// Generated IAM resources: 282
// Total generated resources: 781
// Total generated resources: 780
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -996,7 +996,6 @@ var generatedResources = map[string]*schema.Resource{
"google_identity_platform_default_supported_idp_config": identityplatform.ResourceIdentityPlatformDefaultSupportedIdpConfig(),
"google_identity_platform_inbound_saml_config": identityplatform.ResourceIdentityPlatformInboundSamlConfig(),
"google_identity_platform_oauth_idp_config": identityplatform.ResourceIdentityPlatformOauthIdpConfig(),
"google_identity_platform_project_default_config": identityplatform.ResourceIdentityPlatformProjectDefaultConfig(),
"google_identity_platform_tenant": identityplatform.ResourceIdentityPlatformTenant(),
"google_identity_platform_tenant_default_supported_idp_config": identityplatform.ResourceIdentityPlatformTenantDefaultSupportedIdpConfig(),
"google_identity_platform_tenant_inbound_saml_config": identityplatform.ResourceIdentityPlatformTenantInboundSamlConfig(),
Expand Down
Loading

0 comments on commit 96864dd

Please sign in to comment.