AWS Fundamentals Logo
AWS Fundamentals
Resource

aws_dynamodb_global_secondary_index

Manages an Dynamodb Global Secondary Index resource.

View Full Documentation on Terraform Registry

Sample HCL Configuration

A minimal configuration to get started. Refer to the Terraform Registry docs for all available arguments.

main.tf
resource "aws_dynamodb_global_secondary_index" "example" {
  # Required arguments
  name = "my-dynamodb-global-secondary-index"
}

Get the DynamoDB Cheat Sheet

Everything you need to know about DynamoDB on one page. HD quality, print-friendly.

Download Free Infographic