Skip to content

Commit

Permalink
fix: regression
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Lin <[email protected]>
  • Loading branch information
Ezzahhh committed Jan 7, 2025
1 parent 0711d19 commit 9cfe4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
tunnel = {
source = "Ezzahhh/tunnel"
version = ">= 1.3.0"
version = ">= 1.3.1"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions internal/provider/ephemeral_ssm.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func (d *SSMEphemeral) Open(ctx context.Context, req ephemeral.OpenRequest, resp
data.LocalPort = types.Int64Value(int64(localPort))

cmd, err := ssm.ForkRemoteTunnel(ctx, ssm.TunnelConfig{
SSMProfile: data.SSMProfile.ValueString(),
SSMRegion: data.SSMRegion.ValueString(),
SSMInstance: data.SSMInstance.ValueString(),
TargetHost: data.TargetHost.ValueString(),
Expand Down

0 comments on commit 9cfe4f7

Please sign in to comment.