fix: align terraform resources with actual provider schema
ci/woodpecker/pr/pre-commit Pipeline failed
ci/woodpecker/pr/plan Pipeline failed

Use nested attribute assignment instead of dynamic blocks for
specifications, quality_groups, and format_items. Remove unsupported
season_search_maximum_single_episode_age from indexer configs. Flatten
custom format specifications to use value/min/max directly.
This commit is contained in:
2026-06-28 22:27:40 +10:00
parent 117c8e7841
commit fe1219878e
24 changed files with 202 additions and 269 deletions
+5 -7
View File
@@ -1,9 +1,7 @@
include_custom_format_when_renaming: false
specifications:
- name: 1080p
implementation: ResolutionSpecification
negate: false
required: false
fields:
- name: value
value: "1080"
- name: 1080p
implementation: ResolutionSpecification
negate: false
required: false
value: '1080'