Skip to content

Commit

Permalink
Merge pull request #15 from rework-space-com/feature/upgrade-lib-version
Browse files Browse the repository at this point in the history
Updated go-freeipa version and host doc
  • Loading branch information
RomanButsiy authored Feb 10, 2024
2 parents 06c2064 + 293ddc8 commit 2720c5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/resources/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource freeipa_host "host-1" {

- `assigned_idview` (String) Assigned ID View
- `description` (String) A description of this host
- `force` (Boolean) Skip host's DNS check (A/AAAA) before adding it
- `ip_address` (String) IP address of the host
- `ipasshpubkeys` (List of String) SSH public key
- `krb_auth_indicators` (List of String) Defines a whitelist for Authentication Indicators. Use 'otp' to allow OTP-based 2FA authentications. Use 'radius' to allow RADIUS-based 2FA authentications. Other values may be used for custom configurations.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module terraform-provider-freeipa-2
go 1.18

require (
github.com/RomanButsiy/go-freeipa v1.1.2
github.com/RomanButsiy/go-freeipa v1.1.3
// github.com/ccin2p3/go-freeipa v1.1.1
github.com/hashicorp/terraform-plugin-docs v0.10.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.17.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/Microsoft/go-winio v0.4.16 h1:FtSW/jqD+l4ba5iPBj9CODVtgfYAD8w2wS923g/
github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0=
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 h1:YoJbenK9C67SkzkDfmQuVln04ygHj3vjZfd9FL+GmQQ=
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo=
github.com/RomanButsiy/go-freeipa v1.1.2 h1:5nV5FjAgU5nNGM/NSLITNxh2zcuKJojwkpwKhwePqAU=
github.com/RomanButsiy/go-freeipa v1.1.2/go.mod h1:Yx9aEjpzqrzml9bAu31xWHUvyligWzI0BScRSHJpNQo=
github.com/RomanButsiy/go-freeipa v1.1.3 h1:taFf6/clF/x/vg+/VCnl4n0rWUuJlGSbHPzFfewph1Q=
github.com/RomanButsiy/go-freeipa v1.1.3/go.mod h1:Yx9aEjpzqrzml9bAu31xWHUvyligWzI0BScRSHJpNQo=
github.com/acomagu/bufpipe v1.0.3 h1:fxAGrHZTgQ9w5QqVItgzwj235/uYZYgbXitB+dLupOk=
github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4=
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
Expand Down

0 comments on commit 2720c5a

Please sign in to comment.