Skip to content

Commit a6ee11a

Browse files
committed
Added function_url
1 parent d533343 commit a6ee11a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/simple/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ module "rust_lambda_function" {
4141
runtime = "provided.al2023"
4242
architectures = ["arm64"]
4343

44+
create_lambda_function_url = true
45+
4446
source_path = [
4547
{
4648
path = "${path.module}/../fixtures/rust-app1"

0 commit comments

Comments
 (0)