The-DevOps-Daily/terraform-provider-validatefx
Voir sur GitHubAdd memory_mb validator
Open
#311 ouverte le 10 nov. 2025
enhancementhacktoberfestnumeric
Métriques du dépôt
- Stars
- (21 stars)
- Métriques de merge PR
- (Métriques PR en attente)
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