- locals {
- profile = "default"
- region = "us-east-2"
- prefix = "terraform-remote-state" # Prefix for resources. Select resource types may truncate this.
- tags = {
- "tf_module" : basename(path.root)
- }
- dynamodb_support = false # whether to support locking (recommended for group projects)
- }
- # Uncomment if needed
- #data "aws_caller_identity" "current" {}
- #data "aws_partition" "current" {}
|