Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mmv1/products/identityplatform/Config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ timeouts:
delete_minutes: 20
exclude_sweeper: true
exclude_delete: true
generate_list_resource: true
custom_code:
custom_create: templates/terraform/custom_create/identity_platform_config.go.tmpl
samples:
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/identityplatform/InboundSamlConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ timeouts:
update_minutes: 20
delete_minutes: 20
include_in_tgc_next: true
generate_list_resource: true
custom_code:
samples:
- name: identity_platform_inbound_saml_config_basic
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/identityplatform/OauthIdpConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ timeouts:
insert_minutes: 20
update_minutes: 20
delete_minutes: 20
generate_list_resource: true
custom_code:
samples:
- name: identity_platform_oauth_idp_config_basic
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/identityplatform/Tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ timeouts:
update_minutes: 20
delete_minutes: 20
include_in_tgc_next: true
generate_list_resource: true
samples:
- name: identity_platform_tenant_basic
primary_resource_id: tenant
Expand Down
Loading