The-DevOps-Daily/terraform-provider-validatefx
Auf GitHub ansehenAdd memory_mb validator
Open
#311 geöffnet am 10. Nov. 2025
enhancementhacktoberfestnumeric
Repository-Metriken
- Stars
- (21 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Implement a new provider::validatefx::memory_mb validator.
Description:
- Validate memory values in MB are within allowed increments.
Acceptance criteria:
- Subtask: Implement memory_mb validator in internal/validators
- Subtask: Add unit tests for memory_mb validator
- Subtask: Add memory_mb function to internal/functions package
- Subtask: Add unit tests for memory_mb function
- Subtask: Register memory_mb in registry.go
- Subtask: Add documentation in examples/functions/memory_mb/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf