mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
8 lines
216 B
Terraform
8 lines
216 B
Terraform
locals {
|
|
tags = "${map("Environment", "test",
|
|
"GithubRepo", "terraform-aws-eks",
|
|
"GithubOrg", "terraform-aws-modules",
|
|
"Workspace", "${terraform.workspace}",
|
|
)}"
|
|
}
|