diff --git a/tf-test/main.tf b/tf-test/main.tf index 2a6e0c4..aade686 100644 --- a/tf-test/main.tf +++ b/tf-test/main.tf @@ -5,6 +5,7 @@ provider "aws" { data "aws_region" "current" {} resource "aws_dynamodb_table" "test_table_a" { + } resource "aws_lambda_function" "myfunction" {