Skip to content

Instantly share code, notes, and snippets.

@stfsy
Last active October 3, 2021 13:17
Show Gist options
  • Select an option

  • Save stfsy/82dc097b4aac9100718e73f614ab507c to your computer and use it in GitHub Desktop.

Select an option

Save stfsy/82dc097b4aac9100718e73f614ab507c to your computer and use it in GitHub Desktop.
module "what-active-users-exporter" {
source = "../../applications/what-active-users-exporter"
ipv4_address = hcloud_server.frontend.ipv4_address
listen_ivp4_address = var.ip
}
module "reboot" {
source = "../../commands/reboot"
ipv4_address = hcloud_server.frontend.ipv4_address
depends_on = [
module.what-active-users-exporter
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment