Skip to content

Commit

Permalink
Merge pull request #57 from GSA/subnet_AvailabilityZoneId
Browse files Browse the repository at this point in the history
return AvailabilityZoneId of subnets
  • Loading branch information
bryanlalexander authored Oct 13, 2023
2 parents a4f32fa + 447e211 commit 3f54d22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion handler/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ linters-settings:
lines: 100
statements: 50

run:
timeout: 5m

linters:
# please, do not use `enable-all`: it's deprecated and will be removed soon.
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint
Expand All @@ -51,4 +54,4 @@ linters:
- typecheck
- unconvert
- unparam
- unused
- unused
1 change: 1 addition & 0 deletions handler/inv/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func init() {
{FriendlyName: "State", FieldName: "State"},
{FriendlyName: "CidrBlock", FieldName: "CidrBlock"},
{FriendlyName: "AvailabilityZone", FieldName: "AvailabilityZone"},
{FriendlyName: "AvailabilityZoneId", FieldName: "AvailabilityZoneId"},
}}
})
spreadsheet.RegisterSheet(helpers.SheetSecurityGroups, func() *spreadsheet.Sheet {
Expand Down

0 comments on commit 3f54d22

Please sign in to comment.