The-DevOps-Daily/terraform-provider-validatefx
View on GitHubAdd memory_mb validator
Open
#311 opened on Nov 10, 2025
enhancementhacktoberfestnumeric
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (PR metrics pending)
Description
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