Skip to content

Commit

Permalink
feat(example): add example configuration for AWS Lambda warmer module
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1un committed Dec 30, 2024
1 parent 51630b1 commit 2142e65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/simple/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module "ambda-warmer" {
source = "../.."

aws_region = "us-east-1"
environment = "dev"
}

0 comments on commit 2142e65

Please sign in to comment.