Skip to content

Commit 3b9c0dd

Browse files
authored
feat: Update README.md
1 parent f85c5d9 commit 3b9c0dd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ The SettleMint BTP (Blockchain Technology Platform) Universal Terraform reposito
2929
SettleMint BTP is a comprehensive blockchain development platform that provides tools and services for building, deploying, and managing blockchain applications. It includes features like smart contract development, API management, monitoring, and integration capabilities.
3030

3131
**Key Benefits:**
32-
- 🚀 **One-click deployment** across AWS, Azure, GCP, or any Kubernetes cluster
33-
- 🔧 **Flexible dependency management** - choose between managed cloud services, Kubernetes-native deployments, or bring-your-own solutions
34-
- 📊 **Built-in observability** with Prometheus, Grafana, and Loki
35-
- 🔐 **Enterprise security** with OAuth integration, secrets management, and TLS encryption
36-
- 📈 **Scalable architecture** designed for production workloads
32+
- **One-click deployment** across AWS, Azure, GCP, or any Kubernetes cluster
33+
- **Flexible dependency management** - choose between managed cloud services, Kubernetes-native deployments, or bring-your-own solutions
34+
- **Built-in observability** with Prometheus, Grafana, and Loki
35+
- **Enterprise security** with OAuth integration, secrets management, and TLS encryption
36+
- **Scalable architecture** designed for production workloads
3737

3838
This repository provides a consistent Terraform flow to provision BTP platform dependencies and install the BTP Helm chart. Use the same module to deploy to AWS, Azure, and GCP or any existing Kubernetes cluster. Each dependency can be provided via a managed cloud service, installed inside Kubernetes (Helm), or wired to your own (BYO) endpoints.
3939

4040
For deeper guidance, dive into the in-repo docs starting at [`docs/README.md`](./docs/README.md).
4141

4242
### Key Features
4343

44-
- 🧭 Unified module layout for dependencies with three modes: k8s (Helm) | managed (cloud) | byo (external)
45-
- 🪄 Consistent `-var-file` based configuration across environments
46-
- 🔐 Secrets flow through `TF_VAR_*` inputs, and Terraform marks sensitive outputs automatically
47-
- 📈 Observability stack via kube-prometheus-stack and Loki
48-
- 📚 Maintained docs under `docs/` covering configuration, operations, and troubleshooting
44+
- Unified module layout for dependencies with three modes: k8s (Helm) | managed (cloud) | byo (external)
45+
- Consistent `-var-file` based configuration across environments
46+
- Secrets flow through `TF_VAR_*` inputs, and Terraform marks sensitive outputs automatically
47+
- Observability stack via kube-prometheus-stack and Loki
48+
- Maintained docs under `docs/` covering configuration, operations, and troubleshooting
4949

5050
## Prerequisites
5151

@@ -173,7 +173,7 @@ base_domain = "yourdomain.com"
173173
vpc = {
174174
aws = {
175175
vpc_name = "btp-vpc-yourname"
176-
region = "us-east-1" # Change to your preferred AWS region
176+
region = "eu-central-1" # Change to your preferred AWS region
177177
}
178178
}
179179
@@ -202,7 +202,7 @@ oauth = {
202202
```
203203

204204
**Optional Changes:**
205-
- **Region**: Change `us-east-1` to your preferred AWS region
205+
- **Region**: Change `eu-central-1` to your preferred AWS region
206206
- **Instance Types**: Modify `t3.medium` to `t3.large` or `t3.xlarge` for higher performance
207207
- **Node Count**: Adjust `desired_size`, `min_size`, `max_size` based on your needs
208208
- **Database Size**: Change `db.t3.small` to larger instance for production

0 commit comments

Comments
 (0)