diff --git a/CHANGELOG.md b/CHANGELOG.md index 5584c7dcf..c615c9e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # CHANGELOG +## 1.528.0 + + + +
+ Allow removal of cluster name from aurora ssm parameter @darrenl33 (#1162) +## what + +- ssm parameter is prefixed with the cluster name, adding an cluster_name_override to not set +- allows prefix to follow naming convention for other parameters by only using ssm_path_prefix +
+ +
+ Update Changelog for `1.527.0` @github-actions (#1182) +Update Changelog for [`1.527.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.527.0) +
+ + + ## 1.527.0 diff --git a/modules/eks/spacelift-worker-pool/README.md b/modules/eks/spacelift-worker-pool/README.md index 3820f9a54..02c06eb9a 100644 --- a/modules/eks/spacelift-worker-pool/README.md +++ b/modules/eks/spacelift-worker-pool/README.md @@ -41,7 +41,7 @@ components: # aws_config_file is the path in the Docker container to the AWS_CONFIG_FILE. # "/etc/aws-config/aws-config-spacelift" is the usual path in the "infrastructure" image. aws_config_file: "/etc/aws-config/aws-config-spacelift" - spacelift_api_endpoint: "https://1898andco.app.spacelift.io" + spacelift_api_endpoint: "https://yourcompany.app.spacelift.io" eks_component_name: "eks/cluster" worker_pool_size: 40 kubernetes_namespace: "spacelift-worker-pool"