Skip to content

Commit 9c90264

Browse files
committed
beta interface changed after bump
1 parent bf8e72f commit 9c90264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_stack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func (r *resourceTFEStack) Read(ctx context.Context, req resource.ReadRequest, r
196196
}
197197

198198
tflog.Debug(ctx, fmt.Sprintf("Reading stack %q", state.ID.ValueString()))
199-
stack, err := r.config.Client.Stacks.Read(ctx, state.ID.ValueString())
199+
stack, err := r.config.Client.Stacks.Read(ctx, state.ID.ValueString(), nil)
200200
if err != nil {
201201
resp.Diagnostics.AddError("Unable to read stack", err.Error())
202202
return

0 commit comments

Comments
 (0)