You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ All notable changes to `terraform-provider-phala` are documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.2.0-beta.4] - 2026-05-17
8
+
9
+
### Added
10
+
11
+
- New `phala_app_preflight` resource and `phala_app_preflight` data source for computing Phala Cloud app preflight metadata, including `compose_hash`, without deploying an app.
12
+
-`phala_app.instances` now exposes per-instance app state so multi-replica apps can report individual CVM IDs, VM UUIDs, endpoints, regions, instance types, and statuses.
13
+
14
+
### Changed
15
+
16
+
-`phala_app.compose_hash` now refreshes from the same app definition used by preflight so deployed app state can be compared directly with preflight output.
Copy file name to clipboardExpand all lines: FEATURE_MATURITY.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Terraform Provider Feature Maturity
2
2
3
-
Last updated: 2026-03-08
3
+
Last updated: 2026-05-17
4
4
5
5
## Maturity Levels
6
6
@@ -13,6 +13,7 @@ Last updated: 2026-03-08
13
13
| Component | Level | Status | Notes |
14
14
| --- | --- | --- | --- |
15
15
|`phala_app`| beta | create/read/update/delete + replica scaling | Sole lifecycle resource: shared app-compose + env with N CVM replicas under one app_id. |
16
+
| resource `phala_app_preflight`| beta | create/read/delete | Computes preflight app metadata, including `compose_hash`, without deploying CVMs. |
16
17
|`phala_cvm_power`| beta | running/stopped state management | Separate action-style power control works; delete is state-only by design. |
0 commit comments