The-DevOps-Daily/terraform-provider-validatefx
Ver no GitHubAdd memory_mb validator
Open
#311 aberto em 10 de nov. de 2025
enhancementhacktoberfestnumeric
Métricas do repositório
- Stars
- (21 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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