feat: Add uptime module for monitoring server availability
This commit is contained in:
parent
57b37c1c5e
commit
9a4cfd8e8f
3 changed files with 63 additions and 0 deletions
4
main.tf
4
main.tf
|
@ -13,3 +13,7 @@ module "media-centre" {
|
|||
module "coder" {
|
||||
source = "./modules/coder"
|
||||
}
|
||||
|
||||
module "uptime" {
|
||||
source = "./modules/uptime"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue