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
The `exclude` input allows specifying resources to exclude from operations, one per line. The operation will include all resources except the specified ones and their dependencies.
26
+
27
+
```yaml
28
+
with:
29
+
exclude: |
30
+
local_file.sensitive_config
31
+
aws_instance.temp_resource
32
+
```
33
+
34
+
Requires OpenTofu 1.9+.
35
+
18
36
## [2.0.1] - 2025-06-03
19
37
20
38
### Fixed
@@ -754,6 +772,7 @@ First release of the GitHub Actions:
0 commit comments