Skip to content

Commit 6ab31fb

Browse files
authored
Create main.tf
1 parent d50a9df commit 6ab31fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tf-test/main.tf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
provider "aws" {
2+
region = "us-east-2"
3+
}
4+
5+
data "aws_region" "current" {}
6+
7+
resource "aws_dynamodb_table" "test_table_a" {
8+
}
9+
10+
resource "aws_lambda_function" "myfunction" {
11+
}
12+
13+
resource "aws_appsync_graphql_api" "test_api" {
14+
authentication_type = "API_KEY"
15+
}
16+
17+
resource "aws_keyspaces_table" "mykeyspacestable" {
18+
}

0 commit comments

Comments
 (0)