From 2cd8e3ca162f8f32e1f4a18fff716218bcd8bc15 Mon Sep 17 00:00:00 2001 From: Pepe GC Date: Fri, 11 Jul 2025 15:46:36 -0400 Subject: [PATCH] Update main.tf --- tf-test/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/tf-test/main.tf b/tf-test/main.tf index 2a6e0c4..2a8dc4a 100644 --- a/tf-test/main.tf +++ b/tf-test/main.tf @@ -8,6 +8,7 @@ resource "aws_dynamodb_table" "test_table_a" { } resource "aws_lambda_function" "myfunction" { + } resource "aws_appsync_graphql_api" "test_api" {