Skip to content

Commit

Permalink
Merge branch 'main' into gitlab-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdoah authored Feb 1, 2023
2 parents 9e93a4f + 8421a3b commit 77da476
Show file tree
Hide file tree
Showing 63 changed files with 592 additions and 7,042 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ AWS FluentBit Addon is configured to collect the container logs from EKS Cluster

For the sake of simplicity in this example, we store sensitive information and credentials in `dev.tfvars`. This should not be done in a production environment. Instead, use an external secret store such as AWS Secrets Manager and use the [aws_secretsmanager_secret](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/secretsmanager_secret) data source to retrieve them.

Checkout additional observability patterns at the [AWS Observability Accelerator for Terraform](https://github.com/aws-observability/terraform-aws-observability-accelerator)

## How to Deploy

### Prerequisites
Expand Down Expand Up @@ -44,7 +46,6 @@ git clone https://github.com/aws-ia/terraform-aws-eks-blueprints.git
- Initialize a working directory

```
cd examples/observability/eks-cluster-with-observability
terraform init
```

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ locals {
# EKS Blueprints
#---------------------------------------------------------------
module "eks_blueprints" {
source = "../../.."
source = "../.."

cluster_name = local.name
cluster_version = "1.24"
Expand All @@ -59,7 +59,7 @@ module "eks_blueprints" {
}

module "eks_blueprints_kubernetes_addons" {
source = "../../../modules/kubernetes-addons"
source = "../../modules/kubernetes-addons"

eks_cluster_id = module.eks_blueprints.eks_cluster_id
eks_cluster_endpoint = module.eks_blueprints.eks_cluster_endpoint
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
124 changes: 0 additions & 124 deletions examples/observability/adot-amp-grafana-for-haproxy/README.md

This file was deleted.

Loading

0 comments on commit 77da476

Please sign in to comment.