Bump golangci/golangci-lint-action from 3.7.1 to 6.0.1 (#458)
* Bump golangci/golangci-lint-action from 3.7.1 to 6.0.1 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.1 to 6.0.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.7.1...v6.0.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Go format --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Spence <jspence@anduril.com>
This commit is contained in:
@@ -99,7 +99,7 @@ func resourceDevice() *schema.Resource {
|
||||
},
|
||||
},
|
||||
"poe_mode": {
|
||||
Description: "PoE mode of the port; valid values are `auto`, `pasv24`, `passthrough`, and `off`.",
|
||||
Description: "PoE mode of the port; valid values are `auto`, `pasv24`, `passthrough`, and `off`.",
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ValidateFunc: validation.StringInSlice([]string{"auto", "pasv24", "passthrough", "off"}, false),
|
||||
|
||||
Reference in New Issue
Block a user