Giter Club home page Giter Club logo

terraform-aws-marbot-monitoring-basic's Introduction

AWS basics monitoring

Connects you to all relevant sources of errors, warnings, and notifications published by AWS services, and forwards them to Slack or Microsoft Teams managed by marbot.

Usage

  1. Create a new directory
  2. Within the new directory, create a file main.tf with the following content:
provider "aws" {}

module "marbot-monitoring-basic" {
  source  = "marbot-io/marbot-monitoring-basic/aws"
  #version = "x.y.z"    # we recommend to pin the version

  endpoint_id      = "" # to get this value, select a channel where marbot belongs to and send a message like this: "@marbot show me my endpoint id"
  budget_threshold = 10 # in USD (optional)
}
  1. Run the following commands:
terraform init
terraform apply

Update procedure

  1. Update the version
  2. Run the following commands:
terraform get
terraform apply

License

All modules are published under Apache License Version 2.0.

About

A marbot.io project. Engineered by widdix.

terraform-aws-marbot-monitoring-basic's People

Contributors

andreaswittig avatar michaelwittig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

terraform-aws-marbot-monitoring-basic's Issues

Module works with AWS provider 3, random provider 3, Terraform 0.14

Hey Marbot team. I'm giving this module a shot. We are using some newer versions for providers and terraform.

stevencerebral@Stevens-MacBook-Pro dev % terraform --version
Terraform v0.14.6
+ provider registry.terraform.io/hashicorp/aws v3.28.0
+ provider registry.terraform.io/hashicorp/random v3.0.1

I did a Terraform init to download your module, then manually patched the module in my .terraform directory to see what would happen. It applied without an issue.

   2   required_version = "~> 0.14"
   3   required_providers {
   4     aws    = ">= 2.48.0"
   5     random = ">= 2.2"
   6   }
   7 }
   8

above: just checking if it would work, not best practice.

Just letting you know - you might consider publishing a new module version with the versioning constraints updated. Thanks for your open source contributions!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.