Skip to content

Commit eeb1a4a

Browse files
authored
Update aws.tfvars
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
1 parent 7e28245 commit eeb1a4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

terraform/implementations/aws/infra/aws.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Environment name (infra component)
2-
cluster_name = "vmtest"
2+
cluster_name = "soil0"
33
# MOSIP's domain (ex: sandbox.xyz.net)
4-
cluster_env_domain = "vmtest.mosip.net"
4+
cluster_env_domain = "soil0.mosip.net"
55
# Email-ID will be used by certbot to notify SSL certificate expiry via email
66
mosip_email_id = "chandra.mishra@technoforte.co.in"
77
# SSH login key name for AWS node instances (ex: my-ssh-key)
@@ -18,9 +18,9 @@ aws_provider_region = "ap-south-1"
1818
# - Capacity exclusions are optional and configurable below
1919

2020
# The instance type for Kubernetes nodes (control plane, worker, etcd)
21-
k8s_instance_type = "t3.2xlarge"
21+
k8s_instance_type = "t3a.2xlarge"
2222
# The instance type for Nginx server (load balancer)
23-
nginx_instance_type = "t3.2xlarge"
23+
nginx_instance_type = "t3a.2xlarge"
2424

2525
# Optional: Exclude specific AZs due to known capacity issues
2626
# Leave empty for fully dynamic behavior (recommended)

0 commit comments

Comments
 (0)