Skip to content

Commit 3f54d22

Browse files
Merge pull request #57 from GSA/subnet_AvailabilityZoneId
return AvailabilityZoneId of subnets
2 parents a4f32fa + 447e211 commit 3f54d22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

handler/.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ linters-settings:
2828
lines: 100
2929
statements: 50
3030

31+
run:
32+
timeout: 5m
33+
3134
linters:
3235
# please, do not use `enable-all`: it's deprecated and will be removed soon.
3336
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint
@@ -51,4 +54,4 @@ linters:
5154
- typecheck
5255
- unconvert
5356
- unparam
54-
- unused
57+
- unused

handler/inv/init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ func init() {
167167
{FriendlyName: "State", FieldName: "State"},
168168
{FriendlyName: "CidrBlock", FieldName: "CidrBlock"},
169169
{FriendlyName: "AvailabilityZone", FieldName: "AvailabilityZone"},
170+
{FriendlyName: "AvailabilityZoneId", FieldName: "AvailabilityZoneId"},
170171
}}
171172
})
172173
spreadsheet.RegisterSheet(helpers.SheetSecurityGroups, func() *spreadsheet.Sheet {

0 commit comments

Comments
 (0)