We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada6eaf commit 896b823Copy full SHA for 896b823
terraform-aws-rds-dynamoDb/dynamodb.tf
@@ -4,7 +4,7 @@ provider "aws" {
4
}
5
6
resource "aws_dynamodb_table" "basic-dynamodb-table" {
7
- name = "Example-Db"
+ name = "DynamoDB-Terraform"
8
billing_mode = "PROVISIONED"
9
read_capacity = 20
10
write_capacity = 20
@@ -42,7 +42,7 @@ resource "aws_dynamodb_table" "basic-dynamodb-table" {
42
43
44
tags = {
45
- Name = "dynamodb-table-1"
46
- Environment = "production"
+ Name = "dynamodb-table"
+ Environment = "Training"
47
48
0 commit comments