Skip to content

legalstart/aws-cloudwatch-alarms-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-cloudwatch-alarms-terraform

Pre-requisites:

Terraform v1.1
Python3.8 (not tested with older versions)

In order to run the code:

  1. you need to install the python requirements with below commands:
pip install -r ./python_slack_client/requirements.txt -t ./python_slack_client
  1. set the terraform variables (see variables.tf).

  2. you should be able to deploy this code as is with below commands:

terraform init
terraform plan
terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published