Skip to content

Commit 4c0374f

Browse files
committed
feat: add ec2:DescribeAvailabilityZones permission to role policies and update environment version to 7.5.1
1 parent 98a07f1 commit 4c0374f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tpls/automq_byoc_role_k8s_policy.json.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"ec2:DescribeSubnets",
3030
"ec2:DescribeVpcs",
3131
"ec2:DescribeTags",
32+
"ec2:DescribeAvailabilityZones",
3233
"route53:CreateHostedZone",
3334
"route53:GetHostedZone",
3435
"route53:ChangeResourceRecordSets",

tpls/automq_byoc_role_policy.json.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"ec2:AuthorizeSecurityGroupEgress",
6464
"ec2:DeleteSecurityGroup",
6565
"ec2:DescribeVpcEndpoints",
66+
"ec2:DescribeAvailabilityZones",
6667
"autoscaling:CreateAutoScalingGroup",
6768
"autoscaling:DescribeAutoScalingGroups",
6869
"autoscaling:UpdateAutoScalingGroup",

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ variable "automq_byoc_ec2_instance_type" {
5757
variable "automq_byoc_env_version" {
5858
description = "Set the version for the AutoMQ BYOC environment console. It is recommended to keep the default value, which is the latest version. Historical release note reference [document](https://docs.automq.com/automq-cloud/release-notes)."
5959
type = string
60-
default = "1.5.12"
60+
default = "7.5.1"
6161
}
6262

6363
variable "automq_byoc_env_console_key_name" {

0 commit comments

Comments
 (0)