@@ -188,6 +188,10 @@ resources.apps.*.resources[*].job *apps.AppResourceJob ALL
188188resources.apps.*.resources[*].job.id string ALL
189189resources.apps.*.resources[*].job.permission apps.AppResourceJobJobPermission ALL
190190resources.apps.*.resources[*].name string ALL
191+ resources.apps.*.resources[*].postgres *apps.AppResourcePostgres ALL
192+ resources.apps.*.resources[*].postgres.branch string ALL
193+ resources.apps.*.resources[*].postgres.database string ALL
194+ resources.apps.*.resources[*].postgres.permission apps.AppResourcePostgresPostgresPermission ALL
191195resources.apps.*.resources[*].secret *apps.AppResourceSecret ALL
192196resources.apps.*.resources[*].secret.key string ALL
193197resources.apps.*.resources[*].secret.permission apps.AppResourceSecretSecretPermission ALL
@@ -2267,9 +2271,11 @@ resources.pipelines.*.development bool ALL
22672271resources.pipelines.*.dry_run bool ALL
22682272resources.pipelines.*.edition string ALL
22692273resources.pipelines.*.effective_budget_policy_id string REMOTE
2274+ resources.pipelines.*.effective_publishing_mode pipelines.PublishingMode REMOTE
22702275resources.pipelines.*.environment *pipelines.PipelinesEnvironment ALL
22712276resources.pipelines.*.environment.dependencies []string ALL
22722277resources.pipelines.*.environment.dependencies[*] string ALL
2278+ resources.pipelines.*.environment.environment_version string ALL
22732279resources.pipelines.*.event_log *pipelines.EventLogSpec ALL
22742280resources.pipelines.*.event_log.catalog string ALL
22752281resources.pipelines.*.event_log.name string ALL
@@ -2616,6 +2622,7 @@ resources.postgres_projects.*.default_endpoint_settings.pg_settings map[string]s
26162622resources.postgres_projects.*.default_endpoint_settings.pg_settings.* string INPUT STATE
26172623resources.postgres_projects.*.default_endpoint_settings.suspend_timeout_duration *duration.Duration INPUT STATE
26182624resources.postgres_projects.*.display_name string INPUT STATE
2625+ resources.postgres_projects.*.enable_pg_native_login bool INPUT STATE
26192626resources.postgres_projects.*.history_retention_duration *duration.Duration INPUT STATE
26202627resources.postgres_projects.*.id string INPUT
26212628resources.postgres_projects.*.initial_endpoint_spec *postgres.InitialEndpointSpec REMOTE
@@ -2643,6 +2650,7 @@ resources.postgres_projects.*.spec.default_endpoint_settings.pg_settings map[str
26432650resources.postgres_projects.*.spec.default_endpoint_settings.pg_settings.* string REMOTE
26442651resources.postgres_projects.*.spec.default_endpoint_settings.suspend_timeout_duration *duration.Duration REMOTE
26452652resources.postgres_projects.*.spec.display_name string REMOTE
2653+ resources.postgres_projects.*.spec.enable_pg_native_login bool REMOTE
26462654resources.postgres_projects.*.spec.history_retention_duration *duration.Duration REMOTE
26472655resources.postgres_projects.*.spec.pg_version int REMOTE
26482656resources.postgres_projects.*.status *postgres.ProjectStatus REMOTE
@@ -2660,6 +2668,7 @@ resources.postgres_projects.*.status.default_endpoint_settings.pg_settings map[s
26602668resources.postgres_projects.*.status.default_endpoint_settings.pg_settings.* string REMOTE
26612669resources.postgres_projects.*.status.default_endpoint_settings.suspend_timeout_duration *duration.Duration REMOTE
26622670resources.postgres_projects.*.status.display_name string REMOTE
2671+ resources.postgres_projects.*.status.enable_pg_native_login bool REMOTE
26632672resources.postgres_projects.*.status.history_retention_duration *duration.Duration REMOTE
26642673resources.postgres_projects.*.status.owner string REMOTE
26652674resources.postgres_projects.*.status.pg_version int REMOTE
0 commit comments