Skip to content

Commit 1e693b2

Browse files
authored
chore: update actions/checkout to v5 and add documentation for endpoints (#14)
1 parent db9c28a commit 1e693b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/terraform-module-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Terraform Module Releaser
2020
uses: techpivot/terraform-module-releaser@v1

aws/vpc-endpoint/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
locals {
2+
# Documentation
23
endpoints = { for k, v in var.endpoints : k => v }
34

45
security_group_ids = concat(var.security_group_ids, [aws_security_group.this.id])

0 commit comments

Comments
 (0)