tomohiro / tf_mackerel

A Terraform module for Mackerel AWS Integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf_mackerel

Build Status

A Terraform module for Mackerel AWS Integration.

Usage

module "mackerel" {
  source    = "github.com/Tomohiro/tf_mackerel"
  role_name = "..."
}

Module Input Variables

  • role_name - Role name of a Mackerel AWS Integration

Outpus

  • role_arn - The Amazon Resource Name (ARN) specifying the mackerel role.

LICENSE

© 2017 Tomohiro TAIRA.

Apache 2 Licensed. See LICENSE for full details.

About

A Terraform module for Mackerel AWS Integration.

License:Other


Languages

Language:HCL 100.0%