FAQ | This is a LIVE service | Changelog

Skip to content

feat!: This is really a fix but creates a breaking change

Dr Abraham Martin requested to merge fix-uptime_check_auth_proxy into master

When trying to enable this module with authentication_proxy = { enabled = false } the module module.uptime_check_auth_proxy is executed despite not being needed.

Add a conditional to this module so that it is only executed when needed. This will cause deletion of elements in projects using the 3.x version of this module, thus the introduction of a new major version.

Details in #13 (closed)

Closes #13 (closed) #14 (closed) #15 (closed)

Edited by Dr Abraham Martin

Merge request reports