Skip to content

Commit

Permalink
updated plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 committed Aug 29, 2023
1 parent d0f69c8 commit 4b13023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func createOrSelectStack(ctx context.Context, stackName, projectName string, dep
w := s.Workspace()

// for inline source programs, we must manage plugins ourselves
err = w.InstallPlugin(ctx, "azure-native", "v1.102.0")
err = w.InstallPlugin(ctx, "azure-native", "v2.4.0")
if err != nil {
klog.Errorf("Failed to install azure-native plugin: %v", err)
return auto.Stack{}, err
Expand Down

0 comments on commit 4b13023

Please sign in to comment.