diff --git a/integrations/terraform/bin/tfplugindocs b/integrations/terraform/bin/tfplugindocs new file mode 100755 index 0000000000000..2296e4d5b989f Binary files /dev/null and b/integrations/terraform/bin/tfplugindocs differ diff --git a/lib/tbot/service_ca_rotation.go b/lib/tbot/service_ca_rotation.go index 86bbe28bffe30..e985322875a18 100644 --- a/lib/tbot/service_ca_rotation.go +++ b/lib/tbot/service_ca_rotation.go @@ -222,7 +222,7 @@ func (s *caRotationService) watchCARotations(ctx context.Context, queueReload fu // We need to debounce here, as multiple events will be received if // the user is rotating multiple CAs at once. - s.log.InfoContext(ctx, "CA Rotation step detected; queueing renewa.") + s.log.InfoContext(ctx, "CA Rotation step detected; queueing renewal") queueReload() case <-watcher.Done(): if err := watcher.Error(); err != nil {