Skip to content

Commit

Permalink
Merge pull request #35 from sparkfabrik/fix/add_documentation_link
Browse files Browse the repository at this point in the history
refs #000: add documetation link
  • Loading branch information
Monska85 authored Nov 22, 2023
2 parents aa8c946 + cb4dd8b commit 1619d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- refs #000: add link for CloudWatch Observability EKS addon.

## [1.0.0] - 2023-11-22

[Compare with previous version](https://github.com/sparkfabrik/terraform-aws-eks-bootstrap/compare/0.3.0...1.0.0)
Expand Down
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ variable "cloudwatch_log_group_retention_in_days" {
default = 7
}

# https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/install-CloudWatch-Observability-EKS-addon.html
variable "cluster_enable_amazon_cloudwatch_observability_addon" {
type = bool
description = "Indicates whether to enable the Amazon CloudWatch Container Insights for Kubernetes."
Expand Down

0 comments on commit 1619d89

Please sign in to comment.