Skip to content

Commit

Permalink
- 1.0.1 -- 2026-06-02
Browse files Browse the repository at this point in the history
  - base-label
    - change iam-admin-user to admin_user
    - change iam-service-user to service_account
    - change iam-user to user
  • Loading branch information
badra001 committed Jun 2, 2026
1 parent 66ac825 commit 4bf8b5a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@
- promote to 1.0.0
- add documentation for //tags
- prep some new tags

- 1.0.1 -- 2026-06-02
- base-label
- change iam-admin-user to admin_user
- change iam-service-user to service_account
- change iam-user to user
9 changes: 6 additions & 3 deletions base-label/prefixes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
prefixes:
admin_user: a
customer-gateway: cgw
dhcp-options:
ebs: v-ebs
Expand All @@ -14,9 +15,9 @@ prefixes:
eks-user: s-eks
elastic-ip: eip
group: g
iam-admin-user: a
iam-service-user: s
iam-user: u
# iam-admin-user: a
# iam-service-user: s
# iam-user: u
internet-gateway: igw
kms: k-kms
log-group: lg
Expand All @@ -28,12 +29,14 @@ prefixes:
route-table: route
s3: v-s3
security-group:
service_account: s
subnet:
transit-gateway-attachment: tgwa
transit-gateway-peer: tgwp
transit-gateway-route-table: tgwr
transit-gateway: tgw
transit-gateway-vpn: tgwv
user: u
vpc:
vpc-endpoint: vpce
vpc-peer: vpcp
Expand Down
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
_module_version = "1.0.0"
_module_version = "1.0.1"
_module_name = "boc-nts"
}

0 comments on commit 4bf8b5a

Please sign in to comment.