What's Changed
- docs: add TCP and Ping monitor examples and fix status page naming by @lazureykis in #18
Documentation Improvements
- Added comprehensive examples for all three monitor types (HTTPS, TCP, Ping)
- Fixed critical attribute naming issues in examples:
- Corrected
intervaltocheck_interval - Fixed type values from uppercase to lowercase (
HTTPS→https,TCP→tcp)
- Corrected
- Removed misleading "branded" references from status page examples
- Added nested schema documentation for
tcp_settingsandping_settings
Bug Fixes
- Fixed incorrect attribute names that would cause Terraform errors
- Ensured all monitor type values use lowercase as required by the schema
Full Changelog: v0.0.7...v0.0.8