Skip to content

This project is containing a collection of terraform modules that you can reuse easily in your code

Notifications You must be signed in to change notification settings

CasaSky/terraform-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of different terraform modules using aws as a cloud provider

All modules are maintained by @CasaSky.

You can integrate the managed terraform modules in your project by adding the source entry of the module you wish to use.

Example configuration for using the lambda-sqs-sns source code:

module "lambda" {
  source = "git@github.com:casasky/terraform-modules.git//lambda-sqs-sns"
}

You can check the demo GitHub repository to see in detail how you can integrate a specific module.

About

This project is containing a collection of terraform modules that you can reuse easily in your code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages