Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 759 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 759 Bytes

Empatico.org Prometheus module for Terraform

A Prometheus module.

Usage

module "prometheus" {
  source             = "github.com/EmpaticoOrg/tf_prometheus"
  environment        = "${var.environment}"
  vpc_id             = "${data.terraform_remote_state.vpc.vpc_id}"
  public_subnet_id   = "${data.terraform_remote_state.vpc.public_subnet_ids.2}"
  role               = "${var.role}"
  app                = "${var.app}"
  region             = "${var.region}"
  key_name           = "${var.key_name}"
  domain             = "${var.domain}"
}

Assumes you're building your Web service inside a VPC created from this module.

See interface.tf for additional configurable variables.

License

MIT