We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51630b1 commit 2142e65Copy full SHA for 2142e65
examples/simple/main.tf
@@ -0,0 +1,6 @@
1
+module "ambda-warmer" {
2
+ source = "../.."
3
+
4
+ aws_region = "us-east-1"
5
+ environment = "dev"
6
+}
0 commit comments