Skip to content

Commit

Permalink
Bump go modules 2024-12-18
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Dec 18, 2024
1 parent 49ef8eb commit 6504eb7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/resources/alert_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ resource "pingone_alert_channel" "my_awesome_alert_channel" {
- `addresses` (Set of String) A set of strings that specifies the administrator email addresses to send the alerts to.
- `channel_type` (String) A string that specifies the alert channel type. Currently, this must be `EMAIL`. Options are `EMAIL`.
- `environment_id` (String) The ID of the environment to manage an alert channel for. Must be a valid PingOne resource ID. This field is immutable and will trigger a replace plan if changed.
- `include_alert_types` (Set of String) A set of strings that specifies the list of alert types that administrators will be emailed alerts for. Options are `CERTIFICATE_EXPIRED`, `CERTIFICATE_EXPIRING`, `GATEWAY_VERSION_DEPRECATED`, `GATEWAY_VERSION_DEPRECATING`, `KEY_PAIR_EXPIRED`, `KEY_PAIR_EXPIRING`, `LICENSE_90_PERCENT_USER_SOFT_LIMIT`, `LICENSE_EXPIRED`, `LICENSE_EXPIRING`, `LICENSE_ROTATED`, `LICENSE_USER_HARD_LIMIT_EXCEEDED`, `LICENSE_USER_SOFT_LIMIT_EXCEEDED`, `RISK_CONFIGURATION`.
- `include_alert_types` (Set of String) A set of strings that specifies the list of alert types that administrators will be emailed alerts for. Options are `CERTIFICATE_EXPIRED`, `CERTIFICATE_EXPIRING`, `GATEWAY_VERSION_DEPRECATED`, `GATEWAY_VERSION_DEPRECATING`, `KEY_PAIR_EXPIRED`, `KEY_PAIR_EXPIRING`, `LICENSE_90_PERCENT_USER_SOFT_LIMIT`, `LICENSE_EXPIRED`, `LICENSE_EXPIRING`, `LICENSE_ROTATED`, `LICENSE_USER_HARD_LIMIT_EXCEEDED`, `LICENSE_USER_SOFT_LIMIT_EXCEEDED`, `RISK_CONFIGURATION`, `SUSPICIOUS_TRAFFIC`.
- `include_severities` (Set of String) A set of strings that specifies the severity to filters alerts by. Options are `ERROR`, `INFO`, `WARNING`.

### Optional

- `alert_name` (String) A string that specifies the name to assign to the alert channel.
- `exclude_alert_types` (Set of String) A set of strings that specifies the list of alert types that administrators will not be emailed alerts for. If left undefined, no alert types are excluded. Options are `CERTIFICATE_EXPIRED`, `CERTIFICATE_EXPIRING`, `GATEWAY_VERSION_DEPRECATED`, `GATEWAY_VERSION_DEPRECATING`, `KEY_PAIR_EXPIRED`, `KEY_PAIR_EXPIRING`, `LICENSE_90_PERCENT_USER_SOFT_LIMIT`, `LICENSE_EXPIRED`, `LICENSE_EXPIRING`, `LICENSE_ROTATED`, `LICENSE_USER_HARD_LIMIT_EXCEEDED`, `LICENSE_USER_SOFT_LIMIT_EXCEEDED`, `RISK_CONFIGURATION`.
- `exclude_alert_types` (Set of String) A set of strings that specifies the list of alert types that administrators will not be emailed alerts for. If left undefined, no alert types are excluded. Options are `CERTIFICATE_EXPIRED`, `CERTIFICATE_EXPIRING`, `GATEWAY_VERSION_DEPRECATED`, `GATEWAY_VERSION_DEPRECATING`, `KEY_PAIR_EXPIRED`, `KEY_PAIR_EXPIRING`, `LICENSE_90_PERCENT_USER_SOFT_LIMIT`, `LICENSE_EXPIRED`, `LICENSE_EXPIRING`, `LICENSE_ROTATED`, `LICENSE_USER_HARD_LIMIT_EXCEEDED`, `LICENSE_USER_SOFT_LIMIT_EXCEEDED`, `RISK_CONFIGURATION`, `SUSPICIOUS_TRAFFIC`.

### Read-Only

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ require (
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0
github.com/hashicorp/terraform-plugin-go v0.25.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-mux v0.17.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0
github.com/hashicorp/terraform-plugin-testing v1.11.0
github.com/mitchellh/mapstructure v1.5.0
github.com/patrickcping/pingone-go-sdk-v2 v0.12.4
github.com/patrickcping/pingone-go-sdk-v2 v0.12.5
github.com/patrickcping/pingone-go-sdk-v2/authorize v0.7.0
github.com/patrickcping/pingone-go-sdk-v2/credentials v0.10.0
github.com/patrickcping/pingone-go-sdk-v2/management v0.44.0
github.com/patrickcping/pingone-go-sdk-v2/management v0.45.0
github.com/patrickcping/pingone-go-sdk-v2/mfa v0.21.0
github.com/patrickcping/pingone-go-sdk-v2/risk v0.17.0
github.com/patrickcping/pingone-go-sdk-v2/risk v0.18.0
github.com/patrickcping/pingone-go-sdk-v2/verify v0.8.0
)

Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1 h1:gm5b1kHgFFhaK
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1/go.mod h1:MsjL1sQ9L7wGwzJ5RjcI6FzEMdyoBnw+XK8ZnOvQOLY=
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 h1:v3DapR8gsp3EM8fKMh6up9cJUFQ2iRaFsYLP8UJnCco=
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0/go.mod h1:c3PnGE9pHBDfdEVG9t1S1C9ia5LW+gkFR0CygXlM8ak=
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0 h1:RXMmu7JgpFjnI1a5QjMCBb11usrW2OtAG+iOTIj5c9Y=
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0 h1:O9QqGoYDzQT7lwTXUsZEtgabeWW96zUBh47Smn2lkFA=
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
github.com/hashicorp/terraform-plugin-go v0.25.0 h1:oi13cx7xXA6QciMcpcFi/rwA974rdTxjqEhXJjbAyks=
github.com/hashicorp/terraform-plugin-go v0.25.0/go.mod h1:+SYagMYadJP86Kvn+TGeV+ofr/R3g4/If0O5sO96MVw=
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
Expand Down Expand Up @@ -139,18 +139,18 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
github.com/patrickcping/pingone-go-sdk-v2 v0.12.4 h1:geen+q6junlsLmTG30KC7zdnTCQ11BzKu7GGc22Tj5U=
github.com/patrickcping/pingone-go-sdk-v2 v0.12.4/go.mod h1:I1WQE3pSKTrwOzlUuNSN1Tmm5FFIUJwepnDoILpestw=
github.com/patrickcping/pingone-go-sdk-v2 v0.12.5 h1:8z5qI7/Mvj7nxOuR7yPcTOKqUK3X+1nwg9DFfSlvCm4=
github.com/patrickcping/pingone-go-sdk-v2 v0.12.5/go.mod h1:4Qwo23Xz1+TYFl7gVqNDXwiLaszz6BdwAH4Wsy2T7yA=
github.com/patrickcping/pingone-go-sdk-v2/authorize v0.7.0 h1:e36HmxvHy3zmt9oKHlTTgImSt1Q71RT05i6Kp4EwxWU=
github.com/patrickcping/pingone-go-sdk-v2/authorize v0.7.0/go.mod h1:2PDrgC1ufXk2IDIk4JQHx6r34r2xpkbnzKIpXFv8gYs=
github.com/patrickcping/pingone-go-sdk-v2/credentials v0.10.0 h1:NziAU4J3b18hw/4L+4TpCOBS+kd9srQR2R3xP0aEbNw=
github.com/patrickcping/pingone-go-sdk-v2/credentials v0.10.0/go.mod h1:yRGf7+tsB3/AQYsNjIIs4ScJhR885mvDYMgwHiQeMl0=
github.com/patrickcping/pingone-go-sdk-v2/management v0.44.0 h1:NjEaHbefO6YrvxsRWoNGSpEsQN0WFV/LJHO+rQilNzk=
github.com/patrickcping/pingone-go-sdk-v2/management v0.44.0/go.mod h1:oLB/jjAkn4oEA60nC5/0KAobvcNJbflOWnVaS6lKxv8=
github.com/patrickcping/pingone-go-sdk-v2/management v0.45.0 h1:mGC9J52bR1+4plCWjfdWq6l6BdlUlemHWv0arzSyvsM=
github.com/patrickcping/pingone-go-sdk-v2/management v0.45.0/go.mod h1:oLB/jjAkn4oEA60nC5/0KAobvcNJbflOWnVaS6lKxv8=
github.com/patrickcping/pingone-go-sdk-v2/mfa v0.21.0 h1:/cfl+PcocLDj2m4ZgE653m3UDdIk7VEB7iVwCQ1YSH4=
github.com/patrickcping/pingone-go-sdk-v2/mfa v0.21.0/go.mod h1:Q+Ym6kktv5Y6VnVhDt//lWoOhmIKfyjo6ejRx5mLttY=
github.com/patrickcping/pingone-go-sdk-v2/risk v0.17.0 h1:sEJSGAFXhTB/Uy/ulxafLUnRqOE4W3PQoaaGMA1YaS4=
github.com/patrickcping/pingone-go-sdk-v2/risk v0.17.0/go.mod h1:ppwkDT/w2/2y2aFH+hFQgziLMsWvz2MEZvwYexREqRk=
github.com/patrickcping/pingone-go-sdk-v2/risk v0.18.0 h1:+Ogq2g0s0i+SU/NoJg9+pL5+3iPyK9tFUWrDC3scHR8=
github.com/patrickcping/pingone-go-sdk-v2/risk v0.18.0/go.mod h1:ppwkDT/w2/2y2aFH+hFQgziLMsWvz2MEZvwYexREqRk=
github.com/patrickcping/pingone-go-sdk-v2/verify v0.8.0 h1:FsssxnJ/VSIxXtdvZlDn555nY+Yn1ndsg9IITyXYBbM=
github.com/patrickcping/pingone-go-sdk-v2/verify v0.8.0/go.mod h1:bCq5fHv9mSdNsm/XiT5jb3YgYnQb8F824EYfq9eAJl4=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
Expand Down

0 comments on commit 6504eb7

Please sign in to comment.