Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request encompasses a variety of changes to the AWS Terraform configuration and the plugin README file. The most significant changes include updates to the versions of various modules, the addition of a new observation plugin, and updates to the AWS EKS configurations.
Version updates:
aws/platform/modules/eks/main.tf
: Updated the version of the EKS module from "19.20.0" to "19.21.0".aws/platform/modules/eks/security-group.tf
: Updated the version of the security group module from "4.0.0" to "5.1.0".aws/platform/modules/route53/main.tf
: Updated the version of the route53 module from "2.0.0" to "2.11.0".aws/platform/modules/vpc/nat-instance.tf
: Updated the version of the EC2 instance module from "2.17.0" to "5.6.0".aws/platform/modules/vpc/security-group.tf
: Updated the version of the security group module from "4.0.0" to "5.1.0".Addition of the observation plugin:
aws/plugin/env/dev/variables.tf
: Added a new variable "observation" for the observation plugin.aws/plugin/main.tf
: Added the observation plugin module.aws/plugin/modules/observation/main.tf
: Added a data source for the AWS caller identity.aws/plugin/modules/observation/loki-iam.tf
,aws/plugin/modules/observation/loki-s3.tf
,aws/plugin/modules/observation/mimir-iam.tf
,aws/plugin/modules/observation/mimir-s3.tf
: Added new Terraform configurations for the observation plugin. [1] [2]AWS EKS configuration updates:
aws/platform/env/dev/variables.tf
: Updated the EKS cluster name, version, and addons versions. [1] [2]aws/platform/env/dev/variables.tf
: Updated the NAT instance type from "t2.small" to "t3.small".Documentation updates:
aws/plugin/README.md
: Updated the documentation for the plugin, including the addition of the observation plugin and the reordering of the plugin modules. [1] [2]