go-ethereum/terraform/locals.tf
Ruslan Gladov 70831ff5d7 tf code
2024-06-17 19:10:21 +03:00

13 lines
284 B
HCL

locals {
name = "Limechain-project"
cluster_version = "1.28"
region = var.region
account_id = "924841524423"
tags = merge({
Example = local.name
GithubRepo = "terraform-aws-eks"
GithubOrg = "terraform-aws-modules"
}, var.tags)
}