From 5479236a83fce4078c32a269d8a1aa3fcdc8d907 Mon Sep 17 00:00:00 2001 From: Pepe GC Date: Mon, 30 Jun 2025 17:32:12 -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" {