Skip to content

Commit

Permalink
Adding test vars to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsense committed Aug 28, 2024
1 parent d4a94c2 commit 03e654e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ provider "aws" {
module "dynamodb_table_1" {
source = "../../"

name = "first"
hash_key = "HashKey"
range_key = "RangeKey"
enable_autoscaler = true
name = "first"
hash_key = "HashKey"
range_key = "RangeKey"
enable_autoscaler = true
table_resource_policy = "{}"
stream_resource_policy = "{}"

dynamodb_attributes = [
{
Expand Down

0 comments on commit 03e654e

Please sign in to comment.