mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
13 lines
284 B
HCL
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)
|
|
}
|
|
|