Skip to content

Commit

Permalink
[WAYP-2172] waypoint: Fix setting var opts on add-on def update.
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin-devops committed Apr 29, 2024
1 parent cf95251 commit fe0c8e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ func (r *AddOnDefinitionResource) Update(ctx context.Context, req resource.Updat
Name: plan.TerraformCloudWorkspace.Name.ValueString(),
ProjectID: plan.TerraformCloudWorkspace.TerraformProjectID.ValueString(),
},
VariableOptions: varOpts,
}

params := &waypoint_service.WaypointServiceUpdateAddOnDefinitionParams{
Expand Down

0 comments on commit fe0c8e4

Please sign in to comment.