@@ -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
@@ -2649,6 +2656,7 @@ resources.postgres_projects.*.spec.default_endpoint_settings.pg_settings map[str
26492656resources.postgres_projects.*.spec.default_endpoint_settings.pg_settings.* string REMOTE
26502657resources.postgres_projects.*.spec.default_endpoint_settings.suspend_timeout_duration *duration.Duration REMOTE
26512658resources.postgres_projects.*.spec.display_name string REMOTE
2659+ resources.postgres_projects.*.spec.enable_pg_native_login bool REMOTE
26522660resources.postgres_projects.*.spec.history_retention_duration *duration.Duration REMOTE
26532661resources.postgres_projects.*.spec.pg_version int REMOTE
26542662resources.postgres_projects.*.status *postgres.ProjectStatus REMOTE
@@ -2666,6 +2674,7 @@ resources.postgres_projects.*.status.default_endpoint_settings.pg_settings map[s
26662674resources.postgres_projects.*.status.default_endpoint_settings.pg_settings.* string REMOTE
26672675resources.postgres_projects.*.status.default_endpoint_settings.suspend_timeout_duration *duration.Duration REMOTE
26682676resources.postgres_projects.*.status.display_name string REMOTE
2677+ resources.postgres_projects.*.status.enable_pg_native_login bool REMOTE
26692678resources.postgres_projects.*.status.history_retention_duration *duration.Duration REMOTE
26702679resources.postgres_projects.*.status.owner string REMOTE
26712680resources.postgres_projects.*.status.pg_version int REMOTE
0 commit comments