Skip to content

Commit

Permalink
creating demo-health cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti authored Mar 21, 2024
1 parent a3242c0 commit 531d7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra-as-code/terraform/sample-aws/input.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Replace with the name which you want to give to your EKS cluster
# Cluster name can have only lowercase alphanumeric characters and hyphens
# For example: "digit-demo"
cluster_name: "health-corona"
cluster_name: "demo-health"

# Replace with ssh key name you want
ssh_key_name: "health-ssh-key"
Expand All @@ -21,6 +21,6 @@ db_username: "healthdemo"
domain_name: "health-demo.digit.org"

# Replace with the name you want to give to your S3 bucket which is used to store the terraform states
terraform_state_bucket_name: "corona-health-terraform-buckets"
terraform_state_bucket_name: "demo-health-digit-buckets"


0 comments on commit 531d7e0

Please sign in to comment.