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 1
1
# CHANGELOG
2
2
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
+
3
22
## 1.527.0
4
23
5
24
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ components:
41
41
# aws_config_file is the path in the Docker container to the AWS_CONFIG_FILE.
42
42
# "/etc/aws-config/aws-config-spacelift" is the usual path in the "infrastructure" image.
43
43
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"
45
45
eks_component_name : " eks/cluster"
46
46
worker_pool_size : 40
47
47
kubernetes_namespace : " spacelift-worker-pool"
You can’t perform that action at this time.
0 commit comments