File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
modules/eks/spacelift-worker-pool Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.528.0
4+
5+
6+
7+ <details >
8+ <summary >Allow removal of cluster name from aurora ssm parameter @darrenl33 (#1162)</summary >
9+ ## what
10+
11+ - ssm parameter is prefixed with the cluster name, adding an cluster_name_override to not set
12+ - allows prefix to follow naming convention for other parameters by only using ssm_path_prefix
13+ </details >
14+
15+ <details >
16+ <summary >Update Changelog for `1.527.0` @github-actions (#1182)</summary >
17+ Update Changelog for [ ` 1.527.0 ` ] ( https://github.com/cloudposse/terraform-aws-components/releases/tag/1.527.0 )
18+ </details >
19+
20+
21+
322## 1.527.0
423
524
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ components:
4141 # aws_config_file is the path in the Docker container to the AWS_CONFIG_FILE.
4242 # "/etc/aws-config/aws-config-spacelift" is the usual path in the "infrastructure" image.
4343 aws_config_file : " /etc/aws-config/aws-config-spacelift"
44- spacelift_api_endpoint : " https://1898andco .app.spacelift.io"
44+ spacelift_api_endpoint : " https://yourcompany .app.spacelift.io"
4545 eks_component_name : " eks/cluster"
4646 worker_pool_size : 40
4747 kubernetes_namespace : " spacelift-worker-pool"
You can’t perform that action at this time.
0 commit comments