locals { # Everything here should be self-explanatory profile = "default" region = "us-east-2" tags = { "tf_module" : basename(path.root) } } # Uncomment if needed #data "aws_caller_identity" "current" {} #data "aws_partition" "current" {}