Skip to content

Commit c6870d5

Browse files
fix: Add China regions to elb_service_accounts (#264)
Co-authored-by: Anton Babenko <[email protected]>
1 parent 7263d09 commit c6870d5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.77.3
3+
rev: v1.86.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_wrapper_module_for_each
@@ -24,7 +24,7 @@ repos:
2424
- '--args=--only=terraform_standard_module_structure'
2525
- '--args=--only=terraform_workspace_remote'
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.4.0
27+
rev: v4.5.0
2828
hooks:
2929
- id: check-merge-conflict
3030
- id: end-of-file-fixer

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,8 @@ locals {
573573
sa-east-1 = "507241528517"
574574
us-gov-west-1 = "048591011584"
575575
us-gov-east-1 = "190560391635"
576+
cn-north-1 = "638102146993"
577+
cn-northwest-1 = "037604701340"
576578
}
577579
}
578580

0 commit comments

Comments
 (0)